-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 930 Bytes
/
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
{
"name": "incentives-visualizer",
"version": "1.0.0",
"description": "Explore incentives coverage data",
"main": "index.js",
"author": "",
"license": "Apache-2.0",
"scripts": {
"start": "parcel serve src/index.html",
"build": "parcel build src/index.html",
"generate-types": "npx openapi-typescript https://api.rewiringamerica.org/spec.json --output src/types/api.gen.ts"
},
"keywords": [],
"dependencies": {
"@tailwindcss/postcss": "^4.0.3",
"maplibre-gl": "^5.1.0",
"openapi-fetch": "^0.13.4",
"openapi-react-query": "^0.3.0",
"parcel": "^2.13.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"openapi-typescript": "^7.6.1",
"postcss": "^8.5.1",
"process": "^0.11.10",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3"
}
}