first commit
This commit is contained in:
56
moehu/moehu_admin/package.json
Normal file
56
moehu/moehu_admin/package.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "tsx-vue-class-api",
|
||||
"version": "1.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "concurrently \"npm run route && npm run serve\" \"gulp\" ",
|
||||
"serve": "cross-env NODE_ENV=dev vue-cli-service serve",
|
||||
"build": "cross-env NODE_ENV=production vue-cli-service build --report-json",
|
||||
"route": "vue-cli-service route",
|
||||
"analyzer": "webpack-bundle-analyzer ./dist/report.json",
|
||||
"online": "serve -s ./dist"
|
||||
},
|
||||
"bin": {
|
||||
"tinit": "./bin/tinit"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"core-js": "^3.6.5",
|
||||
"element-ui": "^2.15.2",
|
||||
"vue": "^2.6.11",
|
||||
"vue-class-component": "^7.2.3",
|
||||
"vue-property-decorator": "^8.4.2",
|
||||
"vue-router": "^3.2.0",
|
||||
"vuex": "^3.4.0",
|
||||
"vuex-class": "^0.3.2",
|
||||
"isarray": "^2.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/isarray": "^2.0.0",
|
||||
"@babel/generator": "^7.11.4",
|
||||
"@babel/parser": "^7.11.4",
|
||||
"@babel/types": "^7.11.0",
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-router": "~4.5.0",
|
||||
"@vue/cli-plugin-typescript": "~4.5.0",
|
||||
"@vue/cli-plugin-vuex": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"commander": "^6.2.0",
|
||||
"compression-webpack-plugin": "^5.0.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"glob": "^7.1.3",
|
||||
"gulp": "^4.0.2",
|
||||
"less": "^3.0.4",
|
||||
"less-loader": "^5.0.0",
|
||||
"pify": "^4.0.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"serve": "^14.2.1",
|
||||
"typescript": "~3.9.3",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"vue-cli-plugin-tsx-autorouter": "^1.3.8",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"webpack-bundle-analyzer": "^3.8.0",
|
||||
"yamljs": "^0.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user