-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 KB
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
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "node server.js"
},
"author": "Georgiy Shurkhovetskyy",
"license": "ISC",
"dependencies": {
"ejs": "^2.5.7",
"d3-array": "^1.2.1",
"d3-collection": "^1.0.4",
"d3-request": "^1.0.6",
"serve-favicon": "^2.4.5",
"express": "^4.16.2",
"express-namespace": "0.1.1"
},
"devDependencies": {
"axios": "^0.17.1",
"classnames": "^2.2.5",
"fs": "0.0.1-security",
"history": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-link": "^2.0.2",
"react-url-query": "^1.3.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.7"
}
}