generated from mantinedev/next-pages-min-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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": "mantine-minimal-next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "7.12.1",
"@mantine/hooks": "7.12.1",
"@mantine/modals": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@tabler/icons-react": "^3.12.0",
"@tanstack/react-query": "^5.51.23",
"axios": "^1.7.4",
"markdown-to-jsx": "^7.5.0",
"next": "14.2.4",
"next-seo": "^6.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.5",
"youtube-iframe-ctrl": "^1.0.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "5.5.2"
},
"packageManager": "[email protected]"
}