-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 984 Bytes
/
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
{
"name": "aboutlife",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@sentry/cli": "^2.8.1",
"@sentry/tracing": "^7.18.0",
"@sentry/vue": "^7.18.0",
"axios": "^0.27.2",
"element-plus": "^2.2.9",
"md-editor-v3": "^2.2.1",
"moment": "^2.29.4",
"sass": "^1.53.0",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-router": "^4.1.2",
"vuescroll": "^5.0.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@vitejs/plugin-vue": "^3.0.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.9.3",
"unplugin-vue-components": "^0.21.1",
"vite": "^3.0.0",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^0.38.4"
}
}