forked from nxtgrid/nxt-ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.97 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.97 KB
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
{
"name": "nxt-ui-components",
"version": "1.0.0",
"main": "/shared",
"private": true,
"author": {
"name": "Bobby Bol",
"email": "studio.innua@gmail.com"
},
"license": "MPL-2.0",
"type": "module",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@floating-ui/dom": "^1.7.1",
"@mapbox/mapbox-gl-draw": "^1.5.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@mdi/js": "^7.4.47",
"@supabase/supabase-js": "^2.50.2-next.1",
"@turf/bbox": "^7.2.0",
"@turf/circle": "^7.2.0",
"@vueuse/core": "^13.4.0",
"@vueuse/integrations": "^13.4.0",
"dayjs": "^1.11.13",
"downloadjs": "^1.4.7",
"focus-trap": "^7.6.5",
"jwt-decode": "^4.0.0",
"ky": "^1.8.1",
"mapbox-gl": "^3.13.0",
"mapbox-gl-style-switcher": "^1.0.11",
"nouislider": "^15.8.1",
"paho-mqtt": "^1.1.0",
"pinia": "^3.0.3",
"qs": "^6.14.0",
"ramda": "^0.31.3",
"uuid": "^11.1.0",
"v-wave": "^3.0.2",
"vue": "^3.5.17",
"vue-hotjar-next": "^2.1.0",
"vue-router": "^4.5.1",
"vue-toastification": "^2.0.0-rc.5"
},
"lint-staged": {
"*.{js,vue}": "eslint --max-warnings=0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
"@eslint/js": "^9.29.0",
"@storybook/addon-a11y": "^9.0.13",
"@storybook/addon-docs": "^9.0.13",
"@storybook/addon-onboarding": "^9.0.13",
"@storybook/addon-vitest": "^9.0.13",
"@storybook/vue3-vite": "^9.0.13",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.29.0",
"eslint-plugin-storybook": "^9.0.13",
"eslint-plugin-vue": "^10.2.0",
"globals": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"playwright": "^1.53.1",
"sass": "^1.89.2",
"storybook": "^9.0.13",
"vitest": "^3.2.4"
}
}