-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
46
47
48
{
"name": "my-razzle-app",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@loadable/component": "^5.11.0",
"@loadable/server": "^5.11.0",
"@reatom/babel-plugin": "^1.0.0",
"@reatom/core": "^1.0.0",
"@reatom/react": "^1.0.0",
"axios": "^0.19.0",
"express": "^4.17.1",
"razzle": "^3.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet-async": "^1.0.4",
"react-responsive": "^8.0.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"stream-template": "^0.0.10"
},
"devDependencies": {
"@loadable/babel-plugin": "^5.11.0",
"@loadable/webpack-plugin": "^5.7.1",
"@reatom/debug": "^1.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1",
"webpack-bundle-analyzer": "^3.6.0"
},
"jest": {
"moduleDirectories": [
"node_modules",
"src"
]
}
}