-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "software_engineer_homework",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.18",
"@types/js-cookie": "^3.0.6",
"@types/tinymce": "^4.6.9",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"ant-design-vue": "^4.0.7",
"axios": "^1.6.2",
"echarts": "^5.4.3",
"js-cookie": "^3.0.5",
"less-loader": "^11.1.3",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"prismjs": "^1.29.0",
"undraw-ui": "^0.9.9",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-prismjs": "^0.0.8",
"vue-tsc": "^1.8.22"
},
"description": "```bash\r npm install\r npm run dev\r ```",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}