generated from creme332/mantine-next-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "steamy-sips-cms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/charts": "^7.13.2",
"@mantine/core": "^7.11.2",
"@mantine/dropzone": "^7.13.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.11.2",
"@tabler/icons-react": "^3.11.0",
"@tanstack/react-query": "^5.59.0",
"leaflet": "^1.9.4",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"recharts": "^2.12.7"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "18.2.4",
"eslint": "^8.41.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.40",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.6.0",
"postcss-preset-mantine": "^1.8.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.5.4"
}
}