-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "razzle-examples-basic",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=production node build/server.js",
"dev": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"lint": "eslint ./src"
},
"dependencies": {
"ajv": "^6.10.1",
"classnames": "^2.2.6",
"connected-react-router": "^6.5.0",
"cookie": "^0.4.0",
"core-js": "^3.1.4",
"fast-json-stringify": "^1.15.3",
"history": "^4.9.0",
"intl": "^1.2.5",
"isomorphic-unfetch": "^3.0.0",
"lodash.get": "^4.4.2",
"lodash.mapvalues": "^4.6.0",
"lodash.pick": "^4.4.0",
"nanoexpress": "^0.12.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl": "^2.9.0",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"redaction": "^5.1.1",
"redux": "^4.0.1",
"redux-batched-subscribe": "^0.1.6",
"redux-form": "^8.2.4",
"suncalc": "^1.8.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"razzle": "^3.x",
"razzle-plugin-scss": "^3.0.0"
}
}