-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.9 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
{
"name": "spotplot",
"version": "0.0.1",
"description": "",
"main": "server/app.js",
"dependencies": {
"@types/nprogress": "0.0.29",
"@types/qs": "^6.5.3",
"bootstrap": "^4.3.1",
"d3": "^4.13.0",
"d3-time-format": "^2.1.3",
"dataloader": "^1.4.0",
"diff": ">=3.5.0",
"diffie-hellman": "^5.0.3",
"express": "^4.17.1",
"lodash": "^4.17.15",
"nprogress": "^0.2.0",
"qs": "^6.8.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"@types/chai": "^4.2.0",
"@types/d3": "^4.13.2",
"@types/express": "^4.17.1",
"@types/lodash": "^4.14.138",
"@types/mocha": "^2.2.48",
"@types/node": "^8.10.53",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@types/request-promise": "^4.1.44",
"@types/sinon": "^2.3.7",
"@types/spotify-api": "0.0.0",
"chai": "^4.1.2",
"css-loader": "^3.2.0",
"jsdom": "11.3.0",
"jsdom-global": "3.0.2",
"json-loader": "^0.5.4",
"mocha": "^4.1.0",
"mocha-jsdom": "^1.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^6.0.7",
"sass-variable-loader": "^0.1.1",
"sinon": "^4.5.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.13.2",
"ts-loader": "^6.0.4",
"ts-node": "^3.3.0",
"tslint": "^5.19.0",
"tslint-react": "^3.6.0",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"scripts": {
"dev": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"start": "ts-node server/app.ts",
"test": "mocha -r ts-node/register -r jsdom-global/register spec/**/*.spec.ts"
},
"author": "Willi Raschkowski",
"license": "ISC"
}