-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 829 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": "razzle-afterjs-rnw-redux-example",
"version": "0.8.14",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@jaredpalmer/after": "^1.3.0",
"express": "^4.16.2",
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-helmet": "^5.2.0",
"react-native-web": "^0.5.4",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"serialize-javascript": "^1.4.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.5.4",
"node-sass": "^4.8.3",
"razzle": "^0.8.14",
"sass-loader": "^6.0.7"
}
}