-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.38 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
{
"name": "bottle-vue-kickstart",
"version": "0.5.3",
"description": "Very basic Bottle kickstart kit with Vue.js and Webpack. Included Axios, Babel, Webpack config and demo app with Bulma.",
"engines": {
"node": ">=7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koddr/bottle-vue-kickstart.git"
},
"scripts": {
"build": "webpack --config webpack.config.js --optimize-minimize --display-error-details --hide-modules --progress",
"watch": "webpack --config webpack.config.js --watch --optimize-minimize --hide-modules --progress"
},
"dependencies": {
"axios": "^1.6.0",
"bulma": "^0.9.2",
"vue": "^3.0.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/preset-env": "^7.13.9",
"@babel/core": "^7.13.8",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.1",
"css-loader": "^5.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^9.0.0",
"postcss-loader": "^7.3.3",
"sass-loader": "^7.3.1",
"vue-loader": "^17.2.2",
"style-loader": "^0.23.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.94.0"
},
"author": "Vic Shóstak <[email protected]> (https://1wa.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/koddr/bottle-vue-kickstart/issues",
"email": "[email protected]"
}
}