-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.32 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
{
"name": "hangtime",
"version": "2.1.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"firebase:deploy:ci": "firebase deploy --non-interactive --token $FIREBASE_TOKEN",
"build-only": "vite build",
"build-storybook": "storybook build",
"storybook": "storybook dev -p 6006",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"format:check": "prettier --list-different src/"
},
"dependencies": {
"@fontsource/roboto": "^5.1.1",
"@googlemaps/js-api-loader": "^1.16.8",
"@hangtime/grip-connect": "^0.5.10",
"@mdi/js": "^7.4.47",
"@unhead/vue": "^1.11.18",
"@vueuse/core": "^12.4.0",
"core-js": "^3.40.0",
"firebase": "^11.1.0",
"ircra": "^2.2.4",
"js-video-url-parser": "^0.5.1",
"pinia": "^2.3.0",
"register-service-worker": "^1.7.2",
"vue": "^3.5.12",
"vue-gtag": "^2.0.1",
"vue-i18n": "^11.0.1",
"vue-inline-svg": "^3.1.4",
"vue-router": "^4.5.0",
"vuedraggable": "^4.1.0",
"vuetify": "^3.7.6"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/vue3-vite": "^8.5.0",
"@tsconfig/node20": "^20.1.4",
"@types/digital-goods-browser": "^2.0.3",
"@types/geojson": "^7946.0.15",
"@types/google.maps": "^3.58.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.13",
"@types/web-bluetooth": "^0.0.20",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/eslint-plugin": "^1.1.25",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.3.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.18.0",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-storybook": "^0.11.2",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.4",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
}
}