-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.03 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
{
"name": "clusterweb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "tvedtorama/clusterweb",
"scripts": {
"test": "mocha --require source-map-support/register $(find build/tests -name '*.js') --watch --reporter landing",
"build": "tsc && webpack",
"start": "serverApp=adminGuiServer node index"
},
"author": "",
"license": "ISC",
"dependencies": {
"@reactivex/ix-es2015-esm": "^2.3.5",
"cookie-parser": "^1.4.3",
"d3-geo": "^1.10.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"express-handlebars": "^3.0.0",
"express-jwt": "^5.3.1",
"multer": "^1.3.1",
"mz": "^2.7.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-motion": "^0.5.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-observable": "^1.0.0",
"redux-saga": "^0.16.0",
"rxjs": "^6.2.1",
"saga-stories": "^1.0.3",
"serve-favicon": "^2.5.0",
"topojson-client": "^3.0.0",
"typed.js": "^2.0.9",
"victor": "^1.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/d3-geo": "^1.10.3",
"@types/express": "^4.16.0",
"@types/express-graphql": "^0.6.1",
"@types/jsonwebtoken": "^7.2.8",
"@types/lodash": "^4.14.110",
"@types/mocha": "^5.2.4",
"@types/mz": "0.0.32",
"@types/node": "^10.5.2",
"@types/react": "^16.4.6",
"@types/react-motion": "0.0.26",
"@types/react-redux": "^6.0.3",
"@types/react-router": "^4.0.28",
"@types/react-router-dom": "^4.2.7",
"@types/topojson-client": "^3.0.0",
"@types/webpack-env": "^1.13.1",
"awesome-typescript-loader": "^5.2.0",
"babel-polyfill": "^6.26.0",
"chai": "^4.1.2",
"css-loader": "^1.0.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.2",
"react-svg-loader": "^2.1.0",
"redux-saga-tester": "^1.0.379",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"typescript": "^2.9.2",
"utility-types": "^2.0.0",
"webpack": "^4.15.1",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.0.1",
"webpack-hot-middleware": "^2.21.2"
}
}