-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "kc3-firefox",
"version": "1.0.0",
"description": "The Firefox port for KC3",
"main": "index.js",
"scripts": {
"dev": "webpack --config ./build/webpack.config.js --watch",
"build": "webpack --config ./build/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KC3Kai/kc3-firefox.git"
},
"author": "dragonjet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KC3Kai/kc3-firefox/issues"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.6",
"webpack": "^3.8.1",
"zip-webpack-plugin": "^2.1.0"
},
"dependencies": {
"vue": "^2.5.6",
"vue-draggable-resizable": "^1.5.3"
}
}