-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 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
{
"name": "oshinagaki_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"lint:fix": "next lint --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"studio": "prisma studio",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@auth/core": "^0.8.4",
"@next/third-parties": "14.0.0",
"@prisma/client": "^5.2.0",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"jest": "^29.6.0",
"next": "13.5.7-canary.14",
"next-auth": "^4.22.1",
"next-tweet": "^0.8.1",
"nodemailer": "^6.9.4",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-icons": "^4.9.0",
"recoil": "^0.7.7",
"server-only": "^0.0.1",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/blocks": "^7.0.24",
"@storybook/nextjs": "^7.0.24",
"@storybook/react": "^7.0.24",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/nodemailer": "^6.4.9",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"eslint-plugin-import-access": "^2.1.1",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.3",
"prisma": "^5.2.0",
"storybook": "^7.0.24",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]",
"engines": {
"npm": "🔥Do not use npm, use pnpm instead.",
"yarn": "🔥Do not use yarn, use pnpm instead."
}
}