53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "vue_cart",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "npm run dev",
|
||
|
"dev": "cross-env NODE_ENV=development webpack serve --config ./config/webpack.config.js",
|
||
|
"build": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.17.10",
|
||
|
"@babel/eslint-parser": "^7.17.0",
|
||
|
"@vue/cli-plugin-babel": "^5.0.4",
|
||
|
"babel-loader": "^8.2.5",
|
||
|
"copy-webpack-plugin": "^10.2.4",
|
||
|
"cross-env": "^7.0.3",
|
||
|
"css-loader": "^6.7.1",
|
||
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
||
|
"eslint-plugin-vue": "^8.7.1",
|
||
|
"eslint-webpack-plugin": "^3.1.1",
|
||
|
"html-webpack-plugin": "^5.5.0",
|
||
|
"less-loader": "^10.2.0",
|
||
|
"mini-css-extract-plugin": "^2.6.0",
|
||
|
"postcss-preset-env": "^7.5.0",
|
||
|
"sass": "^1.52.3",
|
||
|
"sass-loader": "^12.6.0",
|
||
|
"stylus-loader": "^6.2.0",
|
||
|
"unplugin-auto-import": "^0.8.8",
|
||
|
"unplugin-vue-components": "^0.19.6",
|
||
|
"vue-loader": "^17.0.0",
|
||
|
"vue-style-loader": "^4.1.3",
|
||
|
"vue-template-compiler": "^2.6.14",
|
||
|
"webpack": "^5.72.0",
|
||
|
"webpack-cli": "^4.9.2",
|
||
|
"webpack-dev-server": "^4.9.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"element-plus": "^2.2.6",
|
||
|
"vue": "^3.2.33",
|
||
|
"vue-router": "^4.0.15",
|
||
|
"vuex": "^4.0.2"
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"last 2 version",
|
||
|
"> 1%",
|
||
|
"not dead"
|
||
|
]
|
||
|
}
|