-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.36 KB
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
{
"name": "geomancer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
"update": "pnpm update",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@react-types/shared": "^3.28.0",
"@wprdc/api": "workspace:*",
"@wprdc/types": "workspace:*",
"@wprdc/ui": "workspace:*",
"chroma-js": "^3.1.2",
"maplibre-gl": "^5.23.0",
"next": "16.2.4",
"react": "^19.2.5",
"react-aria-components": "^1.11.0",
"react-dom": "^19.2.5",
"react-icons": "^5.5.0",
"react-map-gl": "^8.1.1",
"react-stately": "^3.39.0",
"server-only": "^0.0.1",
"tailwind-merge": "^3.4.0",
"@tailwindcss/postcss": "^4.1.17",
"tailwindcss-react-aria-components": "^1.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.2.3",
"@types/chroma-js": "^2.4.5",
"@types/node": "^22.13.10",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.4",
"@wprdc/eslint-config": "workspace:*",
"@wprdc/typescript-config": "workspace:*",
"autoprefixer": "^10.4.21",
"eslint-config-next": "15.1.7",
"postcss": "^8.5.3",
"sharp": "^0.33.5",
"tailwindcss": "^4.1.17",
"typescript": "^5.8.2"
},
"publishConfig": {
"access": "public"
}
}