forked from aqualxx/stable-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "stable-viewer",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore"
},
"dependencies": {
"@types/marked": "^4.0.7",
"@vueuse/core": "^9.3.0",
"@vueuse/rxjs": "^9.11.0",
"client-zip": "^1.5.1",
"dexie": "^3.2.2",
"element-plus": "^2.2.17",
"fabric": "^5.2.4",
"jszip": "^3.10.1",
"marked": "^4.1.1",
"pako": "^2.1.0",
"piexifjs": "^1.0.6",
"pinia": "^2.0.21",
"rxjs": "^7.8.0",
"sanitize-html": "^2.7.2",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/fabric": "^4.5.12",
"@types/node": "^16.11.64",
"@types/pako": "^2.0.0",
"@types/sanitize-html": "^2.6.2",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"unplugin-element-plus": "^0.4.1",
"vite": "^3.0.9",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^0.40.7"
}
}