-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "parking-jawn",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@asymmetrik/leaflet-d3": "4.4.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^1.0.6",
"@mapbox/leaflet-pip": "^1.1.0",
"click-outside-vue3": "^4.0.1",
"crossfilter2": "^1.5.4",
"css-loader": "^6.7.1",
"d3": "6.7.0",
"d3-hexbin": "^0.2.2",
"dc": "^4.2.7",
"geojson-utils": "^1.1.0",
"jquery": "^3.6.0",
"leaflet": "^1.8.0",
"vue": "^3.2.25",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"vite": "^2.9.9"
}
}