forked from GRIDAPPSD/gridappsd-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.39 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
{
"name": "gridappsd-viz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "npm run typings",
"typings": "typings install",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/backbone": "1.3.33",
"@types/bootstrap": "3.3.32",
"@types/d3": "4.5.0",
"@types/jquery": "2.0.34",
"@types/react": "0.14.53",
"@types/react-bootstrap": "0.0.47",
"@types/react-dom": "0.14.19",
"@types/react-router": "2.0.41",
"@types/underscore": "1.7.36",
"babel-core": "6.21.0",
"backbone": "1.3.3",
"bootstrap": "3.3.7",
"css-loader": "0.26.1",
"d3": "4.5.0",
"ejs": "2.5.5",
"express": "4.14.0",
"file-loader": "0.9.0",
"jquery": "3.1.1",
"node-sass": "4.1.1",
"react": "15.4.1",
"react-bootstrap": "0.30.8",
"react-dom": "15.4.1",
"react-router": "2.4.0",
"sass-loader": "4.1.1",
"style-loader": "0.13.1",
"underscore": "1.8.3",
"webpack": "1.14.0"
},
"devDependencies": {
"jest": "^20.0.4",
"@types/history": "2.0.41",
"@types/geojson": "1.0.5",
"awesome-typescript-loader": "2.2.4",
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"source-map-loader": "0.1.5",
"ts-jest": "^20.0.13",
"ts-loader": "1.3.0",
"typescript": "2.1.4",
"webpack": "1.14.0"
}
}