-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.75 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
54
55
56
{
"name": "embeddedui",
"version": "0.2.5",
"author": "pavellzubkov@yandex.ru",
"scripts": {
"build_preview": "vite build --mode preview",
"build_embedded": "vite build --mode embedded",
"build_deploy": "vite build --mode deploy",
"dev": "vite --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"preview": "vite preview --port 5050 --host",
"sortpackages": "sort-package-json \"package.json\"",
"deploy": "gh-pages --dist 'dist' --branch 'release'"
},
"dependencies": {
"@vueuse/core": "^9.3.0",
"@vueuse/integrations": "^9.3.0",
"ajv": "^8.11.0",
"ajv-i18n": "^4.2.0",
"animate.css": "^4.1.1",
"echarts": "^5.4.0",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"idb": "^7.0.2",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@element-plus/icons": "^0.0.11",
"@iconify-json/fluent": "^1.1.14",
"@iconify-json/mdi": "^1.1.9",
"@rushstack/eslint-patch": "^1.1.0",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.7.8",
"@vitejs/plugin-vue": "^3.1.2",
"@volar/vue-typescript": "^0.40.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.1",
"@vue/tsconfig": "^0.1.3",
"gh-pages": "^4.0.0",
"eslint": "8.22.0",
"eslint-plugin-vue": "^9.1.0",
"prettier": "^2.5.1",
"prettier-plugin-organize-imports": "^3.0.0",
"sass": "^1.54.9",
"sort-package-json": "^1.57.0",
"terser": "^5.14.2",
"typescript": "~4.6.3",
"unplugin-auto-import": "^0.11.2",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.0.0"
}
}