generated from cp-20/nextjs-with-mantine-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.6 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
{
"name": "h23s_26-ui",
"version": "0.0.0",
"private": true,
"author": "traP",
"license": "MIT",
"scripts": {
"dev": "run-p dev:*",
"dev:next": "next dev",
"dev:path": "pnpm pathpida -w",
"build": "pnpm pathpida && next build",
"start": "next start",
"pathpida": "pathpida -p .gitignore -o ./src/lib -s",
"lint": "eslint src --ext .tsx,.ts",
"stylelint": "stylelint --ignore-path .gitignore './src/**/*.{jsx,tsx,css,scss}'",
"fix": "pnpm lint --fix && pnpm stylelint --fix && pnpm format",
"typecheck": "tsc",
"prettier": "prettier --config .prettierrc.json './**/*.{js,jsx,ts,tsx,json,md}'",
"format": "pnpm prettier --write",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.13",
"@mantine/form": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@mantine/next": "^6.0.13",
"@tabler/icons-react": "^2.22.0",
"@types/canvas-confetti": "^1.6.0",
"canvas-confetti": "^1.6.0",
"framer-motion": "^10.12.16",
"jotai": "^2.2.0",
"next": "^13.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ress": "^5.0.2",
"sharp": "^0.32.1",
"swr": "^2.1.5",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/node": "20.2.0",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"pathpida": "^0.20.1",
"postcss": "^8.4.24",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.8",
"stylelint": "^14.16.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^29.0.0",
"stylelint-prettier": "^3.0.0",
"typescript": "5.0.4"
},
"lint-staged": {
"*.{css,scss,js,jsx,ts,tsx,json,md}": "pnpm format"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}