mirror of
https://github.com/caojiezi2003/clock-shop.git
synced 2024-11-10 05:29:46 +00:00
47 lines
911 B
JSON
47 lines
911 B
JSON
|
{
|
||
|
"name": "clock-shops",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"start": "npm run serve",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.18.0",
|
||
|
"ppo": "^1.3.5",
|
||
|
"vue": "^2.5.16"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
|
||
|
"@vue/cli-plugin-eslint": "^3.0.0-beta.15",
|
||
|
"@vue/cli-service": "^3.0.0-beta.15",
|
||
|
"vue-template-compiler": "^2.5.16"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:vue/essential",
|
||
|
"eslint:recommended"
|
||
|
],
|
||
|
"rules": {},
|
||
|
"parserOptions": {
|
||
|
"parser": "babel-eslint"
|
||
|
}
|
||
|
},
|
||
|
"postcss": {
|
||
|
"plugins": {
|
||
|
"autoprefixer": {}
|
||
|
}
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"last 2 versions",
|
||
|
"not ie <= 8"
|
||
|
]
|
||
|
}
|