-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 850 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
34
35
36
{
"name": "counters",
"version": "0.2.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"d3-scale": "4.0.2",
"lodash": "4.17.21",
"luxon": "3.5.0",
"mapbox-gl": "^2.15.0",
"next": "15.1.0",
"vega": "^5.20.0",
"vega-embed": "^6.17.0",
"vega-lite": "^5.0.0"
},
"devDependencies": {
"@duckdb/node-api": "^1.1.3-alpha.4",
"@types/d3-scale": "^4.0.6",
"@types/lodash": "^4.14.161",
"@types/luxon": "^3.3.3",
"@types/mapbox-gl": "^2.7.17",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"autoprefixer": "^10.4.20",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"postcss-preset-env": "10.1.2",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
}
}