-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.53 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
80
81
82
{
"name": "the-good-book-t3",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"build": "next build",
"dev": "rm -rf .next && next dev -p 4000",
"lint": "next lint --fix",
"start": "next start",
"postinstall": "prisma generate",
"db:pull": "prisma db pull",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"storybook": "storybook dev -p 4001",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_9fc168541ae5c62"
},
"dependencies": {
"@ark-ui/react": "^1.2.1",
"@mantine/hooks": "^7.3.2",
"@prisma/client": "^5.9.1",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-use-escape-keydown": "^1.0.3",
"@storybook/manager-api": "^7.5.1",
"@storybook/theming": "^7.5.1",
"@uidotdev/usehooks": "^2.4.1",
"@zag-js/react": "^0.32.0",
"@zag-js/slider": "^0.32.0",
"cheerio": "1.0.0-rc.12",
"eslint-plugin-simple-import-sort": "^10.0.0",
"fast-xml-parser": "^4.3.2",
"file-system-cache": "^2.4.4",
"framer-motion": "^11.0.6",
"geist": "^1.2.0",
"jotai": "^2.5.1",
"next": "^14.1.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"ramda": "^0.29.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.3",
"usehooks-ts": "^2.10.0"
},
"devDependencies": {
"@pandacss/dev": "^0.23.0",
"@pandacss/preset-panda": "^0.23.0",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.1",
"@storybook/nextjs": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@swc-jotai/react-refresh": "^0.1.0",
"@types/eslint": "^8.44.2",
"@types/node": "^18.16.0",
"@types/ramda": "^0.29.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.47.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prisma": "^5.9.1",
"storybook": "^7.5.1",
"styled-system": "*",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.22.0"
},
"readme": "ERROR: No README data found!"
}