38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "soft",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.6.7",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^3.6.0",
|
|
"element-plus": "^2.5.3",
|
|
"jquery": "^3.7.1",
|
|
"layer-src": "^3.5.1",
|
|
"vue": "^3.3.11",
|
|
"vue-amazing-ui": "^0.1.38",
|
|
"vue-router": "^4.4.2",
|
|
"vue-scrollto": "^2.20.0",
|
|
"vue3-layer": "^1.0.18",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.0.8"
|
|
},
|
|
"description": "This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.",
|
|
"main": "vite.config.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|