forked from mkaoj697q/WeChat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
805 B
38 lines
805 B
2 days ago
|
{
|
||
|
"name": "wx-manage",
|
||
|
"version": "0.8.2",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@tinymce/tinymce-vue": "^3.2.6",
|
||
|
"axios": "^1.4.0",
|
||
|
"element-ui": "^2.15.8",
|
||
|
"moment": "^2.29.3",
|
||
|
"vue": "^2.6.12",
|
||
|
"vue-clipboard2": "^0.3.1",
|
||
|
"vue-cookie": "^1.1.4",
|
||
|
"vue-router": "^3.4.9",
|
||
|
"vuex": "^3.6.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||
|
"@vue/cli-plugin-babel": "^5.0.8",
|
||
|
"@vue/cli-service": "^5.0.8",
|
||
|
"sass": "^1.51.0",
|
||
|
"sass-loader": "10.2.0",
|
||
|
"vue-template-compiler": "^2.6.12"
|
||
|
},
|
||
|
"postcss": {
|
||
|
"plugins": {
|
||
|
"autoprefixer": {}
|
||
|
}
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"last 2 versions"
|
||
|
]
|
||
|
}
|