-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 858 Bytes
/
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
{
"name": "shadowhunters",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack -w"
},
"dependencies": {
"crel": "^4.2.0",
"crelns": "^1.0.1",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"request-promise-native": "^1.0.8",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@types/jquery": "^3.3.31",
"@types/js-cookie": "^2.2.4",
"@types/lodash": "^4.14.149",
"@types/socket.io-client": "^1.4.32",
"css-loader": "^3.4.1",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}