-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.81 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
49
50
51
52
53
54
55
56
57
58
{
"name": "react-redux-ssr-ts-material-ui-starter",
"version": "1.0.0",
"license": "MIT",
"author": "Roman Glukhov",
"scripts": {
"heroku-postbuild": "webpack",
"build-dev": "webpack --watch",
"build": "webpack",
"serve": "node build/bundle.js",
"start-dev": "nodemon build/server.js",
"start": "node build/server.js"
},
"engines": {
"node": "10.x"
},
"dependencies": {
"@material-ui/core": "^3.1.1",
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.7",
"@types/react-router-config": "^1.1.1",
"@types/redux-thunk": "^2.1.0",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"express": "^4.16.3",
"highcharts": "^7.0.3",
"highcharts-react-official": "^2.0.0",
"jss-preset-default": "^10.0.0-alpha.7",
"react": "^16.4.1",
"react-circular-progressbar": "^1.0.0",
"react-dom": "^16.4.1",
"react-json-tree": "^0.11.2",
"react-jss": "^8.6.1",
"react-redux": "^5.0.7",
"react-router-config": "^4.4.0-beta.6",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/express": "^4.16.0",
"@types/node": "^10.11.3",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"@types/react-jss": "^8.6.0",
"@types/react-redux": "^6.0.2",
"@types/react-router-dom": "^4.3.1",
"copy-webpack-plugin": "^5.0.1",
"file-loader": "^3.0.1",
"nodemon": "^1.18.4",
"svg-inline-loader": "^0.8.0",
"ts-loader": "^4.4.1",
"typescript": "^2.9.2",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-node-externals": "^1.7.2"
}
}