-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "create-next-example-app",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-sass": "^0.2.0",
"autoprefixer": "8.6.3",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-wrap-in-js": "^1.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"date-fns": "^2.0.0-alpha.1",
"emojify.js": "^1.1.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"express": "^4.16.3",
"glob": "7.1.2",
"jest": "^23.6.0",
"meta-marked": "^0.4.2",
"next": "^6.0.3",
"next-url-prettifier": "^1.3.0",
"ngprogress": "^1.1.3",
"node-sass": "^4.9.3",
"now": "^11.2.4",
"nprogress": "^0.2.0",
"postcss-easy-import": "3.0.0",
"postcss-loader": "2.1.5",
"prop-types": "^15.6.2",
"raw-loader": "^0.5.1",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-transition-group": "^2.5.0",
"redux": "^4.0.0",
"sass-loader": "^7.1.0",
"speakingurl": "^14.0.1",
"style-loader": "^0.23.0"
},
"devDependencies": {
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}