mirror of
https://github.com/xxxsf/vue3-h5-template.git
synced 2025-04-06 04:49:22 +08:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "vue2-spa-tutorial",
|
|
"version": "1.0.0",
|
|
"author": "Allan",
|
|
"description": "最干净的脚手架",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
"build": "node build/build.js"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"autodll-webpack-plugin": "^0.4.2",
|
|
"autoprefixer": "^6.7.7",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-preset-env": "^1.7.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^3.5.3",
|
|
"file-loader": "^6.0.0",
|
|
"html-webpack-plugin": "^4.0.0-beta.14",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"vue-loader": "^15.9.2",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/allan2coder/VUE2-SPA-Tutorial.git"
|
|
},
|
|
"keywords": [
|
|
"webpack4",
|
|
"vue2",
|
|
"vue3"
|
|
],
|
|
"license": "ISC"
|
|
}
|