-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.03 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
{
"name": "elevator-ui",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build --watch",
"build:remotedev": "vite build --mode development --base \"/assets/elevator-ui/dist/\"",
"build:prod": "vite build --mode production --base \"/assets/elevator-ui/dist/\"",
"preview": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"vue-tsc": "vue-tsc --noEmit --skipLibCheck",
"vue-tsc:watch": "vue-tsc --noEmit --skipLibCheck --watch",
"lint": "eslint --ext .js,.ts,.vue .",
"test": "jest"
},
"dependencies": {
"@fontsource/inter": "^5.0.1",
"@fontsource/material-icons": "^5.0.1",
"@fontsource/open-sans": "^5.0.1",
"@fontsource/work-sans": "^5.0.1",
"@headlessui-float/vue": "^0.11.2",
"@headlessui/vue": "^1.7.13",
"@knight-lab/timelinejs": "^3.9.2",
"@mdx-js/react": "^2.3.0",
"@storybook/client-api": "^6.5.16",
"@turf/circle": "^6.5.0",
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.1.2",
"@vueuse/integrations": "^10.1.2",
"autolink-js": "^1.0.2",
"axios": "^1.4.0",
"deepmerge": "^4.3.1",
"dompurify": "^3.0.3",
"focus-trap": "^7.4.3",
"geojson": "^0.5.0",
"mapbox-gl-esri-sources": "^0.0.5",
"maplibre-gl": "^3.0.1",
"pinia": "^2.1.3",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shave": "^5.0.2",
"storybook-vue3-router": "^2.3.1",
"striptags": "^4.0.0-alpha.4",
"swiper": "^9.3.2",
"vue": "^3.3.4",
"vue-router": "4",
"vue-toasted": "^1.1.28",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-typescript": "^7.21.5",
"@jest/globals": "^29.5.0",
"@rushstack/eslint-patch": "^1.3.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/testing-library": "^0.1.0",
"@storybook/vue3": "^6.5.16",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/geojson": "^7946.0.10",
"@types/jest": "^29.5.1",
"@types/ramda": "^0.29.2",
"@types/react": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-vue": "^9.14.1",
"jest": "^29.5.0",
"less": "^4.1.3",
"postcss": "^8.4.24",
"postcss-nesting": "^11.2.2",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vue-tsc": "^1.7.8"
}
}