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.
36 lines
849 B
36 lines
849 B
{
|
|
"name": "admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.10",
|
|
"@kangc/v-md-editor": "^2.3.15",
|
|
"axios": "^1.1.3",
|
|
"element-plus": "^2.2.19",
|
|
"pinia": "^2.0.23",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"prismjs": "^1.29.0",
|
|
"screenfull": "^6.0.2",
|
|
"vue": "^3.2.41",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"eslint": "^8.26.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^9.7.0",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.56.0",
|
|
"vite": "^3.2.0"
|
|
}
|
|
}
|