8d3753a80e
Breakpoints are not in the source code location during debugging
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "vue-naive-admin",
|
|
"version": "0.4.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lint": "eslint --ext .js,.vue .",
|
|
"lint:fix": "eslint --fix --ext .js,.vue .",
|
|
"build": "vite build",
|
|
"build:test": "vite build --mode test",
|
|
"build:github": "vite build --mode github && esno ./build/script",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^8.4.2",
|
|
"axios": "^0.21.4",
|
|
"dayjs": "^1.11.0",
|
|
"md-editor-v3": "^1.11.4",
|
|
"mockjs": "^1.1.0",
|
|
"pinia": "^2.0.13",
|
|
"vue": "^3.2.31",
|
|
"vue-router": "^4.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.1.63",
|
|
"@iconify/vue": "^3.2.1",
|
|
"@vitejs/plugin-vue": "^1.10.2",
|
|
"@vue/compiler-sfc": "^3.2.31",
|
|
"chalk": "^5.0.1",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"esno": "^0.13.0",
|
|
"fs-extra": "^10.0.1",
|
|
"naive-ui": "^2.30.3",
|
|
"prettier": "^2.6.1",
|
|
"rollup-plugin-visualizer": "^5.6.0",
|
|
"sass": "^1.49.10",
|
|
"unocss": "^0.38.2",
|
|
"unplugin-auto-import": "^0.8.8",
|
|
"unplugin-icons": "^0.14.1",
|
|
"unplugin-vue-components": "^0.17.21",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-vue-setup-extend-plus": "^0.1.0"
|
|
}
|
|
}
|