first commit
This commit is contained in:
47
芳林公司项目/stest/package.json
Normal file
47
芳林公司项目/stest/package.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "tsvue",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run route && npm run serve\" \"gulp\" ",
|
||||
"serve": "NODE_ENV=dev vue-cli-service serve",
|
||||
"build": "NODE_ENV=production vue-cli-service build && node ./build/zip",
|
||||
"route": "vue-cli-service route"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/composition-api": "^0.3.4",
|
||||
"amfe-flexible": "^2.2.1",
|
||||
"axios": "^0.19.2",
|
||||
"echarts": "^4.7.0",
|
||||
"vant": "^2.5.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-router": "^3.1.5",
|
||||
"weixin-js-sdk": "^1.4.0-test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/echarts": "^4.6.0",
|
||||
"@vue/cli-plugin-babel": "^4.2.0",
|
||||
"@vue/cli-plugin-typescript": "^4.2.0",
|
||||
"@vue/cli-service": "^4.2.0",
|
||||
"babel-plugin-import": "^1.13.0",
|
||||
"compressing": "^1.5.0",
|
||||
"compression-webpack-plugin": "^3.1.0",
|
||||
"concurrently": "^5.1.0",
|
||||
"core-js": "^3.6.4",
|
||||
"glob": "^7.1.3",
|
||||
"gulp": "^4.0.2",
|
||||
"less": "^3.11.1",
|
||||
"less-loader": "^5.0.0",
|
||||
"pify": "^4.0.1",
|
||||
"postcss-pxtorem": "^5.1.1",
|
||||
"pug-html-loader": "^1.1.5",
|
||||
"pug-plain-loader": "^1.0.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"style-resources-loader": "^1.3.3",
|
||||
"typescript": "~3.7.5",
|
||||
"uglifyjs-webpack-plugin": "^1.1.1",
|
||||
"vue-cli-plugin-autorouter": "^1.3.3",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"vue3decorators": "^1.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user