-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
57
{
"name": "zora",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"aladin-lite": "^3.5.1-beta",
"axios": "^1.7.4",
"core-js": "^3.38.0",
"json-bigint": "^1.0.0",
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^4.0.0",
"roboto-fontface": "^0.10.0",
"splitpanes": "^3.1.5",
"vue": "^3.3.4",
"vue-router": "^4.4.3",
"vue-tippy": "^6.4.4",
"vuetify": "^3.6.14",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/types": "^7.25.2",
"@pinia/testing": "^0.1.5",
"@playwright/test": "^1.46.0",
"@types/jsdom": "^21.1.7",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.14.15",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^23.2.0",
"npm-run-all": "^4.1.5",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^5.4.6",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.29"
}
}