-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1 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
{
"name": "quality-of-life-explorer",
"version": "4.2.0",
"author": "Tobin Bradley",
"license": "MIT",
"description": "Mecklenburg County Quality of Life Explorer",
"type": "module",
"scripts": {
"dev": "node build/build.cjs && vite",
"build": "vite build",
"preview": "vite preview",
"prebuild": "node build/build.cjs",
"postbuild": "workbox generateSW workbox-config.cjs",
"test": "ava || true"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@turf/bbox": "^6.5.0",
"autoprefixer": "^10.4.16",
"ava": "5.3",
"csvtojson": "^2.0.10",
"marked": "^9.1.2",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"svelte": "^4.2.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"vite": "^4.4.11",
"workbox-cli": "^7.0.0"
},
"dependencies": {
"apexcharts": "^3.44.0",
"maplibre-gl": "^3.5.0",
"simple-statistics": "^7.8.3"
},
"ava": {
"files": [
"data/test/test.cjs"
]
}
}