-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "mlkonline",
"version": "0.0.1",
"description": "Online Pony Karaoke",
"main": "src/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
},
"dependencies": {
"clusterize.js": "^0.17.6",
"color": "^2.0.0",
"css-loader": "^0.28.5",
"django-channels": "^1.1.5",
"escape-html": "^1.0.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"js-cookie": "^2.1.4",
"raw-loader": "^0.5.1",
"regenerator-runtime": "^0.11.0",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dev-server": "^2.7.1",
"@types/color": "^2.0.0",
"@types/escape-html": "^0.0.20",
"@types/js-cookie": "^2.1.0",
"@types/webrtc": "^0.0.22",
"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"uglifyjs-webpack-plugin": "^1.1.6"
},
"engines": {
"node": "9.4.0",
"yarn": "1.3.2"
}
}