-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 959 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": "quicksign",
"version": "1.0.0",
"description": "Quickly Sign Data",
"author": "Benjamin Tamási",
"license": "MIT",
"main": "webpack.config.js",
"scripts": {
"webpack": "webpack --mode development --hide-modules",
"dev": "webpack --mode 'development' --watch",
"production": "webpack --mode production"
},
"dependencies": {
"axios": "^0.18.0",
"buefy": "^0.6.5",
"vue": "^2.5.16"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.9.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.4"
}
}