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.
42 lines
1.1 KiB
42 lines
1.1 KiB
{
|
|
"name": "vue3-mobile",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --mode development",
|
|
"build:beta": "vite build --mode beta",
|
|
"build": "vite build --mode production",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "^6.3.1",
|
|
"@sentry/tracing": "^6.3.1",
|
|
"@vant/area-data": "^1.5.1",
|
|
"axios": "^0.21.1",
|
|
"js-md5": "^0.7.3",
|
|
"pushstate-server": "^3.1.0",
|
|
"qs": "^6.9.6",
|
|
"vant": "^3.6.12",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "^4.0.4",
|
|
"vuex": "4.0",
|
|
"wangeditor": "^4.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.8",
|
|
"@babel/runtime": "^7.13.8",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@vitejs/plugin-vue": "^1.1.4",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"babel": "^6.23.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"babel-plugin-import": "^1.13.3",
|
|
"element-theme-chalk": "^2.15.1",
|
|
"sass": "^1.69.4",
|
|
"sass-loader": "^10.0.3",
|
|
"vite": "^2.0.1",
|
|
"vite-babel-plugin": "^0.0.2",
|
|
"vite-plugin-babel-import": "^2.0.2",
|
|
"vite-plugin-imp": "^2.0.4",
|
|
"vite-plugin-svg-icons": "^2.0.1"
|
|
}
|
|
}
|