forked from sit-craft-camp/why-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 732 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "whylearn",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:phoomparin/WhyLearn.git",
"author": "Phoomparin Mano <work@phoom.in.th>",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"babel-plugin-styled-components": "^1.2.1",
"jump.js": "^1.0.2",
"next": "^4.0.5",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-ink": "^6.2.0",
"react-particles-js": "^2.0.0",
"react-transition-group": "^2.2.1",
"react-typist": "^2.0.1",
"reactstrap": "^4.8.0",
"styled-components": "^2.2.1"
},
"scripts": {
"dev": "next"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-plugin-transform-runtime": "^6.23.0"
}
}