-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 871 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
{
"name": "bable-plugin-css-in-js-example",
"version": "1.0.0",
"private": true,
"main": "./lib/server.js",
"scripts": {
"postinstall": "test \"$NODE_ENV\" = production && make build-production; true"
},
"dependencies": {
"classnames": "^2.2.1",
"compression": "^1.6.0",
"ejs": "^2.3.4",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"morgan": "^1.6.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"serve-favicon": "^2.3.0",
"static-expiry": "0.0.11"
},
"devDependencies": {
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-css-in-js": "^1.5.1",
"babel-plugin-syntax-jsx": "^6.3.13",
"babel-plugin-transform-node-env-inline": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.9"
}
}