-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.42 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "frontend",
"version": "1.0.576",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ./src",
"docker": "npm run docker:build && npm run docker:run",
"docker:build": "docker build -t bte-frontend .",
"docker:run": "docker run -p 3000:3000 bte-frontend"
},
"dependencies": {
"@bte-germany/terraconvert": "^1.1.2",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@icons-pack/react-simple-icons": "^5.5.0",
"@mantine/carousel": "^7.12.0",
"@mantine/core": "^7.12.0",
"@mantine/dates": "^7.12.0",
"@mantine/dropzone": "^7.12.0",
"@mantine/form": "^7.12.0",
"@mantine/hooks": "^7.12.0",
"@mantine/modals": "^7.12.0",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^7.12.0",
"@mantine/nprogress": "^7.12.0",
"@mantine/prism": "6.0.21",
"@mantine/rte": "^5.10.5",
"@mantine/spotlight": "^7.12.0",
"@mantine/tiptap": "^7.12.0",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@next/bundle-analyzer": "^13.5.6",
"@react-three/drei": "^9.56.10",
"@react-three/fiber": "^8.10.1",
"@tabler/icons-react": "^2.35.0",
"@tiptap/extension-highlight": "^2.0.2",
"@tiptap/extension-link": "^2.0.2",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-subscript": "^2.0.2",
"@tiptap/extension-superscript": "^2.0.2",
"@tiptap/extension-text-align": "^2.0.2",
"@tiptap/extension-underline": "^2.0.2",
"@tiptap/pm": "^2.0.2",
"@tiptap/react": "^2.0.2",
"@tiptap/starter-kit": "^2.0.2",
"@types/mapbox__mapbox-gl-draw": "^1.4.4",
"@types/sanitize-html": "^2.9.0",
"axios": "^1.6.0",
"clsx": "^2.1.0",
"cookies-next": "^4.1.0",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.2",
"eslint-import-resolver-webpack": "^0.13.2",
"flag-icons": "^6.6.6",
"framer-motion": "^10.6.1",
"geolib": "^3.3.4",
"i18next": "^21.10.0",
"keycloak-js": "^19.0.1",
"mantine-contextmenu": "^7.3.3",
"mapbox-gl": "^2.9.1",
"mapbox-gl-draw-snap-mode": "^0.2.0",
"mapbox-gl-style-switcher": "^1.0.11",
"minimatch": "^8.0.2",
"next": "^14.2.2",
"next-auth": "^4.24.5",
"next-i18next": "^13.0.3",
"next-seo": "^6.1.0",
"oauth-pkce": "^0.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-map-gl": "^7.0.16",
"sanitize-html": "^2.12.1",
"sharp": "0.32.6",
"swr": "^2.2.4",
"tabler-icons-react": "^1.48.0",
"three": "^0.149.0",
"tiptap-markdown": "^0.8.10",
"uuid": "^9.0.0",
"vague-time": "^2.4.2"
},
"devDependencies": {
"@types/node": "18.7.15",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.16.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-escompat": "^3.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-path": "^1.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.0",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^4.7.2",
"webpack-bundle-analyzer": "^4.5.0"
}
}