-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Thrive",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"api": "json-server --watch ./src/mock/data.json",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@kangc/v-md-editor": "^2.3.16",
"@types/canvas-confetti": "^1.6.0",
"@types/node": "^18.15.11",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"axios": "^1.3.5",
"canvas-confetti": "^1.6.0",
"compass": "^0.1.1",
"echarts": "^5.4.2",
"element-plus": "^2.3.5",
"highlight.js": "^11.8.0",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^1.6.1",
"sass": "^1.61.0",
"socket.io-client": "^4.7.5",
"tippy.js": "^6.3.7",
"typed.js": "^2.0.15",
"vee-validate": "^4.9.4",
"vue": "^3.2.45",
"vue-activity-calendar": "^1.2.2",
"vue-next-masonry": "^1.1.3",
"vue-router": "^4.1.6",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-vue": "^4.0.0",
"eslint-plugin-vue": "^9.19.2",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}