forked from syntaxfm/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 931 Bytes
/
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
{
"engines": {
"node": ">=8.1.2"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"deploy": "now",
"alias": "now alias"
},
"now": {
"alias": [
"syntax",
"syntax.fm"
]
},
"dependencies": {
"autoprefixer": "6.7.6",
"axios": "^0.16.2",
"babel-plugin-module-resolver": "2.5.0",
"babel-plugin-wrap-in-js": "^1.1.0",
"date-fns": "^2.0.0-alpha.1",
"express": "^4.15.3",
"glob": "7.1.1",
"meta-marked": "^0.4.2",
"next": "^2.4.4",
"next-url-prettifier": "^1.0.2",
"now": "^7.1.0",
"postcss-easy-import": "2.0.0",
"postcss-loader": "1.3.3",
"prop-types": "^15.5.6",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"speakingurl": "^13.0.0"
},
"devDependencies": {
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}