-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.09 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
{
"name": "@phila/pinboard",
"description": "A generic app connected to a Carto endpoint, that allows users to search for a type of resource by location or keyword, and filter by resource type.",
"version": "2.0.1",
"author": "City of Philadelphia <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfPhiladelphia/pinboard.git"
},
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@phila/phila-ui-app-footer": "^0.0.7",
"@phila/phila-ui-app-header": "^0.0.21",
"@phila/phila-ui-core": "^1.0.15",
"@phila/phila-ui-dropdown": "^0.0.1",
"@phila/phila-ui-lang-selector": "^0.0.7",
"@phila/phila-ui-mobile-nav": "^0.0.6",
"@phila/phila-ui-nav-link": "^0.0.6",
"@phila/phila-ui-radio": "^0.0.4",
"@phila/phila-ui-textbox": "^0.0.2",
"@turf/area": "^7.0.0",
"@turf/bbox": "^7.0.0",
"@turf/bbox-polygon": "^7.0.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"@turf/buffer": "^7.0.0",
"@turf/center-of-mass": "^7.1.0",
"@turf/destination": "^7.0.0",
"@turf/distance": "^7.0.0",
"@turf/explode": "^7.0.0",
"@turf/helpers": "^7.0.0",
"@turf/midpoint": "^7.0.0",
"@turf/nearest-point": "^7.0.0",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"fuse.js": "^6.6.2",
"maplibre-gl": "^4.1.3",
"pinia": "^2.2.4",
"proj4": "^2.12.1",
"vue": "^3.5.12",
"vue-good-table-next": "^0.2.1",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.29.0",
"sass": "^1.74.1",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6"
}
}