-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.22 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
{
"name": "gradle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --host='0.0.0.0'",
"devs": "vite --host='0.0.0.0' --https",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test": "vitest --environment jsdom run",
"test:unit": "vitest --environment jsdom",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --global GITVERSION"
},
"dependencies": {
"big-integer": "^1.6.51",
"vue": "^3.2.45",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.3",
"@types/node": "^20.8.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.2.6",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.29.0",
"eslint-plugin-vue": "^9.8.0",
"jsdom": "^22.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.0.1",
"vite-plugin-git-revision": "^0.1.9",
"vite-plugin-pwa": "^0.16.5",
"vitest": "^0.34.6",
"vue-tsc": "^1.0.13"
}
}