-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.95 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "zeepkist-records",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"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'",
"test:unit": "cypress run --component",
"test:unit:dev": "cypress open --component",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"sitemap": "node scripts/createSitemap.js",
"sitemap:urls": "node scripts/createUrls.js"
},
"dependencies": {
"@arco-design/color": "0.4.0",
"@arco-design/web-vue": "2.56.3",
"@tabler/icons-vue": "3.26.0",
"@tanstack/query-persist-client-core": "5.62.9",
"@tanstack/query-sync-storage-persister": "5.62.9",
"@tanstack/vue-query": "5.62.9",
"@unhead/vue": "1.11.14",
"@vueuse/components": "11.3.0",
"@vueuse/schema-org": "2.2.0",
"@zeepkist/gtr-api": "3.12.1",
"color-hash": "2.0.2",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.1",
"ky": "1.7.4",
"pinia": "2.3.0",
"pinia-shared-state": "0.5.1",
"three": "0.171.0",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.10.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/github": "11.0.1",
"@semantic-release/release-notes-generator": "14.0.2",
"@tsconfig/cypress": "1.0.2",
"@tsconfig/node20": "20.1.4",
"@types/color-hash": "2.0.0",
"@types/node": "22.10.2",
"@types/three": "0.171.0",
"@vitejs/plugin-vue": "5.2.1",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/tsconfig": "0.5.1",
"cypress": "13.17.0",
"eslint": "8.57.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-vue": "9.25.0",
"eslint-plugin-vuejs-accessibility": "2.2.1",
"less": "4.2.1",
"npm-run-all2": "7.0.2",
"prettier": "2.8.8",
"semantic-release": "24.2.0",
"sitemap": "8.0.0",
"start-server-and-test": "2.0.9",
"stream-to-array": "2.3.0",
"typescript": "5.6.3",
"vite": "5.4.11",
"vue-tsc": "2.2.0"
},
"dependenciesMeta": {
"cypress": {
"built": true
},
"esbuild": {
"built": true
},
"vue-demi": {
"built": true
}
},
"renovate": {
"extends": [
"local>wopian/renovate-config"
],
"git-submodules": {
"enabled": true
},
"packageRules": [
{
"matchPackagePrefixes": [
"@tanstack/"
],
"groupName": "tanstack"
}
]
},
"packageManager": "[email protected]"
}