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) · 934 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": "8.6.3",
"axios": "^0.18.0",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-wrap-in-js": "^1.1.1",
"date-fns": "^2.0.0-alpha.16",
"express": "^4.16.3",
"glob": "7.1.2",
"meta-marked": "^0.4.2",
"next": "^6.1.1",
"next-url-prettifier": "^1.3.0",
"now": "^11.3.12",
"postcss-easy-import": "3.0.0",
"postcss-loader": "2.1.5",
"prop-types": "^15.6.2",
"raw-loader": "^0.5.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"speakingurl": "^14.0.1"
},
"devDependencies": {
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}