-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "YOM-Client",
"private": true,
"version": "1.3.0",
"scripts": {
"d": "vite",
"dev": "vite",
"build": "vite build",
"github": "vite build --config ./vite.config.github.js",
"lib": "vite build --config ./yom-lib/vite.config.lib.js"
},
"dependencies": {
"dexie": "^4.0.7",
"driver.js": "^1.3.1",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pinia": "^2.0.30",
"string-random": "^0.1.3",
"uuid": "^9.0.1",
"vue": "^3.2.45",
"vue-json-viewer": "3",
"vue-router": "^4.1.6",
"yom": "1.2.3"
},
"devDependencies": {
"@arco-design/web-vue": "^2.42.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"prettier": "^2.8.4",
"vite": "^4.1.0"
}
}