-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.88 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
{
"name": "alternative-routing-demo",
"description": "DB challenge Alternative Routing Demo",
"version": "0.0.0",
"dependencies": {
"@headlessui/react": "^2.1.8",
"@tailwindcss/container-queries": "^0.1.1",
"clsx": "^2.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-perfectionist": "^3.7.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"framer-motion": "^11.7.0",
"husky": "^9.1.6",
"maplibre-gl": "4.7.1",
"mobility-toolbox-js": "3.0.0-beta.33",
"ol": "10.2.0",
"prettier": "^3.3.3",
"randomcolor": "^0.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-loader-spinner": "^6.1.6",
"react-spatial": "1.11.5-beta.0",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"lint-staged": "^15.2.10",
"openapi-typescript": "^7.4.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
},
"scripts": {
"build": "tsc -b && pnpm tailwindcss && vite build",
"dev": "pnpm tailwindcss && vite",
"format": "prettier --write 'src/**/*.(tsx|ts|js)' && eslint src/**/*.tsx --fix ",
"lint": "eslint src/**/*.tsx",
"prepare": "husky",
"preview": "vite preview",
"tailwindcss": "tailwindcss -i ./src/input.css -o ./public/output.css",
"types:backend": "openapi-typescript https://dalro.geops.io/api/openapi.json --output src/types/alro.d.ts"
},
"packageManager": "[email protected]+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754",
"type": "module"
}