-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 932 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
35
{
"name": "bdedit",
"version": "0.0.1",
"description": "BetterDiscord content editor",
"main": "dist/bdedit.js",
"module": "dist/bdedit.js",
"scripts": {
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch",
"release": "webpack --progress --colors --config=webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JsSucks/BDEdit.git"
},
"author": "JsSucks",
"license": "MIT",
"bugs": {
"url": "https://github.com/JsSucks/BDEdit/issues"
},
"homepage": "https://github.com/JsSucks/BDEdit#readme",
"peerDependencies": {
"vue": "^2.6.8"
},
"devDependencies": {
"ace-builds": "^1.4.3",
"css-loader": "^2.1.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-loader": "^15.6.4",
"vue-template-compiler": "^2.6.6",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}