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.
33 lines
801 B
33 lines
801 B
{
|
|
"name": "vite-project",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^6.8.0",
|
|
"axios": "^0.24.0",
|
|
"lodash": "^4.17.21",
|
|
"mockjs": "^1.1.0",
|
|
"monaco-editor": "^0.30.1",
|
|
"pinia": "^2.0.2",
|
|
"unplugin-vue-components": "^0.17.0",
|
|
"vue": "^3.2.16",
|
|
"vue-request": "^1.2.3",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.0.2",
|
|
"@types/node": "^16.11.6",
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"less": "^4.1.2",
|
|
"typescript": "^4.4.3",
|
|
"vite": "^2.6.14",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-windicss": "^1.5.1",
|
|
"vue-tsc": "^0.3.0",
|
|
"windicss": "^3.2.1"
|
|
}
|
|
}
|
|
|