-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "sam-keogh",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "panda codegen",
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/hooks": "^7.0.0",
"@next/third-parties": "^14.0.1",
"@phosphor-icons/react": "^2.0.13",
"@portabletext/react": "^3.0.4",
"@portabletext/types": "^2.0.6",
"@radix-ui/react-dialog": "^1.0.5",
"@sanity/client": "^6.4.9",
"@sanity/icons": "^2.4.1",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.14.5",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"eslint-config-next": "^13.5.6",
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705",
"framer-motion": "^10.16.4",
"media-icons": "^0.10.0",
"next": "^14.0.1",
"next-sanity": "^5.5.4",
"next-sanity-image": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.13.0",
"sanity": "^3.18.1",
"sanity-image": "^0.1.6",
"sanity-plugin-simpler-color-input": "^1.1.0",
"server-only": "^0.0.1",
"styled-components": "5.2",
"suspend-react": "^0.1.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"@pandacss/dev": "^0.9.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.2",
"typescript": "^5.2.2"
}
}