52 lines
1.2 KiB
JSON
Executable File
52 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "douyin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"push": "git add ./ && git commit -m 'dubug' && git push origin master"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.14",
|
|
"pinyin": "^2.9.0",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.0.7",
|
|
"vuex": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.0.3",
|
|
"@vue/cli-plugin-eslint": "^3.0.3",
|
|
"@vue/cli-service": "^3.3.0",
|
|
"node-sass": "^4.9.3",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-svg-icon": "^1.2.9",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"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"
|
|
]
|
|
}
|