generated from mantinedev/next-pages-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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": "mantine-next-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "npm run prettier:check && npm run lint && npm run typecheck"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@mantine/carousel": "6.0.2",
"@mantine/core": "6.0.2",
"@mantine/hooks": "6.0.2",
"@mantine/next": "6.0.22",
"@mantine/notifications": "6.0.2",
"@mantine/prism": "6.0.2",
"@rainbow-me/rainbowkit": "^1.3.7",
"@tabler/icons-react": "^3.2.0",
"@tanstack/react-query": "5.59.16",
"embla-carousel-react": "^7.1.0",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"viem": "^1.21.4",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@next/eslint-plugin-next": "^14.2.2",
"@types/node": "^20.12.7",
"@types/react": "18.3.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-mantine": "^3.0.0",
"prettier": "^3.3.3",
"typescript": "5.4.5"
}
}