This repository was archived by the owner on Apr 26, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.71 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"scripts": {
"prebuild": "npm run build:clean",
"build": "webpack --config config/webpack/webpack.dev.js --color -p --progress",
"build:production": "cross-env NODE_ENV=production PRECICE_SIMULATION_SERVER=$SIMULATION_PRODUCTION webpack --config config/webpack/webpack.prod.js --color -p --progress",
"build:clean": "rimraf ./build",
"start": "cross-env NODE_ENV=development PRECICE_SIMULATION_SERVER='http://localhost:3001' webpack-dev-server --config ./config/webpack/webpack.dev.js"
},
"dependencies": {
"express": "^4.16.2",
"font-awesome": "^4.7.0",
"history": "^4.6.1",
"immutable": "^4.0.0-rc.9",
"normalize.css": "^7.0.0",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-burger-menu": "^2.5.2",
"react-circular-progressbar": "^0.5.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.1",
"react-hogan": "^0.1.1",
"react-html-video": "0.0.1",
"react-html5video": "^2.5.1",
"react-modal": "^3.1.2",
"react-progress-steps": "0.0.8",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-scrollbar": "^0.5.4",
"react-syntax-highlighter": "^5.6.2",
"react-tabs": "^2.1.0",
"react-tippy": "^1.2.2",
"react-web-tabs": "^0.4.3",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-socket.io": "^1.4.0",
"reselect": "^3.0.1",
"socket.io": "^2.0.3",
"socket.io-client": "~2.0.3",
"victory": "^0.24.0",
"video-react": "^0.9.4"
},
"devDependencies": {
"@types/node": "^7.0.31",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"@types/react-redux": "^4.4.40",
"@types/react-router-dom": "^4.0.4",
"@types/react-router-redux": "^5.0.2",
"@types/redux-immutable": "^3.0.38",
"autoprefixer": "^7.1.1",
"awesome-typescript-loader": "^3.1.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.0.0",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.4.2",
"minimist": "^1.2.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.5",
"react-router": "^4.2.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"source-map-loader": "^0.2.1",
"stylelint": "^7.11.0",
"stylelint-order": "^0.5.0",
"stylelint-scss": "^1.4.4",
"tslint": "^5.4.2",
"tslint-react": "^3.0.0",
"typescript": "^3.0.0",
"typings-for-css-modules-loader": "^1.5.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"browserslist": "defaults"
}