-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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
{
"name": "@zwerm/demo-music-bot",
"private": true,
"version": "1.0.0",
"description": "Interface to play music from your browser",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --content-base dist/",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zwerm/demo-music-bot.git"
},
"author": "Prefer Limited (https://prefer.nz)",
"contributors": [
"Moritz Kornher <[email protected]> (https://moritzkornher.de)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zwerm/demo-music-bot/issues"
},
"homepage": "https://github.com/zwerm/demo-music-bot#readme",
"dependencies": {
"@stampit/stamp": "^0.0.2",
"@zwerm/composite-bs-client": "github:zwerm/composite-bs-client",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"linkifyjs": "^2.1.6",
"luxon": "^1.3.3",
"popper.js": "^1.14.3",
"url-parse": "^1.4.3"
},
"devDependencies": {
"@types/jquery": "^3.3.5",
"autoprefixer": "^9.0.2",
"css-loader": "^1.0.0",
"node-sass": "^4.13.1",
"postcss-loader": "^2.1.6",
"precss": "^3.1.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.11"
}
}