-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "swisstopo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@gluestack-style/react": "^1.0.52",
"@gluestack-ui/config": "^1.1.18",
"@gluestack-ui/themed": "^1.1.13",
"@gluestack/ui-next-adapter": "^2.1.11",
"@reduxjs/toolkit": "^2.2.1",
"@types/react-redux": "^7.1.33",
"graphdb": "^3.0.4",
"lucide-react": "^0.363.0",
"next": "^14.1.4",
"ol": "^9.0.0",
"proj4": "^2.12.1",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-native-svg": "^13.4.0",
"react-native-web": "^0.19.10",
"react-redux": "^9.1.0",
"react-select": "^5.8.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/node": "^20",
"@types/proj4": "^2.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"expo-module-scripts": "^3.4.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5"
}
}