-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "personal-site",
"private": true,
"scripts": {
"keystone:dev": "keystone dev",
"keystone:build": "keystone build",
"keystone:start": "keystone start",
"next:dev": "next dev -p 4000",
"next:build": "next build",
"build": "npx keystone build --no-ui && npx next build",
"postinstall": "keystone postinstall",
"start": "next start",
"dx": "concurrently --names \"NEXTJS,KEYSTONE\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run next:dev\" \"npm run keystone:dev\""
},
"dependencies": {
"@keystone-6/auth": "7.0.0",
"@keystone-6/core": "^5.3.0",
"@keystone-6/document-renderer": "^1.1.2",
"@keystone-6/fields-document": "^8.0.0",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "^4.14.1",
"@t3-oss/env-nextjs": "^0.4.0",
"@tailwindcss/typography": "^0.5.9",
"classnames": "^2.3.1",
"daisyui": "^3.0.0",
"dotenv-load": "^2.0.0",
"framer-motion": "^6.2.8",
"next": "^13.4.4",
"octokit": "^2.0.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"usehooks-ts": "^2.9.1",
"zod": "^3.21.4",
"zod_utilz": "^0.7.3"
},
"devDependencies": {
"@types/dotenv-load": "^2.0.0",
"@types/eslint": "^8.40.0",
"@types/node": "^18.16.16",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.1",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"postcss": "^8.4.24",
"postcss-import": "^14.0.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^4.15.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"volta": {
"node": "18.16.0"
}
}