-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "openseat",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.12",
"@tauri-apps/api": "^1.2.0",
"@types/leaflet": "^1.9.3",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/sqlstring": "^2.3.0",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.12.4",
"i18next": "^22.4.14",
"leaflet": "^1.9.3",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-geosearch": "^3.8.0",
"next": "13.3.0",
"next-i18next": "^13.2.2",
"next-language-detector": "^1.0.2",
"next-themes": "^0.2.1",
"ol": "^7.3.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-async": "^10.0.1",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-leaflet": "^4.2.1",
"sqlstring": "^2.3.3",
"tailwindcss": "3.3.1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
"typescript": "5.0.4",
"zustand": "^4.3.8"
}
}