-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
75 lines (75 loc) · 2.14 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
{
"name": "openaq-explorer",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"build-node": "vinxi build --config app.config.node.ts",
"start": "node ./.output/server/index.mjs",
"test": "vitest",
"knip": "knip"
},
"type": "module",
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@eslint/js": "^9.15.0",
"@jest/globals": "^29.7.0",
"@solidjs/testing-library": "^0.8.5",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/user-event": "^14.5.2",
"@types/d3": "^7.4.3",
"@types/events": "^3.0.3",
"@types/node": "^22.10.0",
"@types/pg": "^8.11.6",
"@types/testing-library__jest-dom": "^5.14.9",
"autoprefixer": "^10.4.19",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-solid": "^0.14.4",
"globals": "^15.12.0",
"jsdom": "^23.2.0",
"knip": "^5.38.1",
"lightningcss": "^1.25.1",
"postcss": "^8.4.38",
"prettier": "3.4.1",
"sass": "^1.69.5",
"ts-jest": "^29.1.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vitest": "^1.2.1"
},
"dependencies": {
"@babel/preset-env": "^7.23.6",
"@fontsource-variable/space-grotesk": "^5.0.17",
"@fontsource/space-grotesk": "^5.0.17",
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"@turf/bbox": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@types/jest": "^29.5.11",
"@zxcvbn-ts/core": "^2.2.1",
"@zxcvbn-ts/language-common": "^2.0.1",
"@zxcvbn-ts/language-en": "^2.1.0",
"babel-jest": "^29.7.0",
"d3": "^7.8.5",
"dayjs": "^1.11.10",
"events": "^3.3.0",
"jest": "^29.7.0",
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
"maplibre-gl": "^4.1.0",
"minisearch": "^6.3.0",
"nanoid": "^5.0.4",
"openaq-design-system": "github:openaq/openaq-design-system#v-4.0.0",
"pg": "^8.12.0",
"postgres": "^3.4.3",
"solid-js": "^1.9.0",
"solid-map-gl": "1.10.0",
"ts-node": "^10.9.2",
"vinxi": "^0.4.1"
},
"engines": {
"node": ">=20"
}
}