-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "root",
"private": true,
"description": "",
"scripts": {
"dev:front": "cd apps/front && pnpm run dev",
"dev:pentatrion-geo": "cd apps/pentatrion-geo && pnpm run dev",
"dev": "run-p dev:*",
"build:front": "cd apps/front && pnpm run build",
"build:pentatrion-geo": "cd apps/pentatrion-geo && pnpm run build",
"build": "run-s build:pentatrion-geo build:front",
"swagger": "pnpm run --filter @lonlat/swagger swagger"
},
"keywords": [],
"author": "Hugues Tavernier",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.16.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3"
},
"volta": {
"node": "20.14.0"
},
"dependencies": {
"maplibre-react-components": "^0.1.7",
"pentatrion-design": "^0.1.3"
}
}