-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.58 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
{
"name": "cyber-gui",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --host",
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "start-server-and-test preview :4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^10.5.0",
"base85": "^3.1.0",
"blueimp-md5": "^2.19.0",
"fastjs-next": "^1.3.0",
"naive-ui": "^2.34.3",
"pinia": "^2.0.28",
"sm-crypto": "^0.3.13",
"socket.io-client": "^4.7.2",
"unplugin-auto-import": "^0.12.2",
"vite-plugin-top-level-await": "^1.3.1",
"vite-require": "^0.2.3",
"vue": "^3.2.45",
"vue-cookies": "^1.8.3",
"vue-demi": "^0.14.5",
"vue-i18n": "next",
"vue-router": "^4.1.6",
"zero-width-lib": "^1.1.0"
},
"devDependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.6",
"cypress": "^12.0.2",
"eslint": "^8.22.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"naive-ui": "^2.34.3",
"start-server-and-test": "^1.15.2",
"vite": "^4.5.0",
"vite-plugin-javascript-obfuscator": "^3.0.3",
"vite-plugin-node-polyfills": "^0.15.0",
"vite-plugin-obfuscator": "^1.0.5",
"vitest": "^0.25.6"
},
"packageManager": "[email protected]"
}