-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 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
{
"name": "vue-project",
"version": "1.0.0-alpha3",
"private": true,
"scripts": {
"dev": "vite --force",
"build": "vite build",
"preview": "vite build && vite preview",
"patch": "standard-version --release-as xxx"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@skillnull/device-js": "^1.1.9",
"dexie": "^3.2.4",
"dom-to-image-more": "^3.1.6",
"element-plus": "^2.3.6",
"localforage": "^1.10.0",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
"pinia": "^2.1.3",
"turndown": "^7.1.2",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"axios": "^1.4.0",
"sass": "^1.63.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9"
}
}