forked from GRIDAPPSD/gridappsd-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (49 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (49 loc) · 1.45 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
48
49
50
{
"name": "gridappsd-viz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --inline",
"build": "rm -rf dist && webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"@stomp/stompjs": "^4.0.2",
"bootstrap": "3.3.7",
"d3": "4.7.4",
"express": "4.14.0",
"react": "^16.2.0",
"react-bootstrap": "0.31.5",
"react-dom": "^16.2.0",
"react-json-viewer": "^1.7.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@types/bootstrap": "3.3.35",
"@types/d3": "4.7.0",
"@types/history": "^2.0.41",
"@types/react": "^16.0.28",
"@types/react-bootstrap": "0.31.8",
"@types/react-dom": "16.0.3",
"@types/react-router-dom": "^4.2.3",
"@types/stompjs": "^2.3.2",
"awesome-typescript-loader": "3.4.1",
"css-loader": "0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "1.1.11",
"html-webpack-plugin": "^3.2.0",
"jest": "^20.0.4",
"node-sass": "4.9.0",
"sass-loader": "7.0.1",
"source-map-loader": "0.1.5",
"style-loader": "0.21.0",
"typescript": "2.8.3",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}