-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.44 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": "-",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node -v",
"build": "next build",
"start": "next start",
"test": "vitest"
},
"size-limit": [
{
"path": ".next/static/chunks/*.js",
"limit": "250 kB"
}
],
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.1",
"@ctrl/tinycolor": "^3.6.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@next/bundle-analyzer": "^13.4.9",
"@primer/octicons-react": "^17.12.0",
"@trpc/client": "10.34.0",
"@trpc/next": "10.34.0",
"@trpc/server": "10.34.0",
"date-fns": "^2.30.0",
"framer-motion": "^7.10.3",
"next": "^13.4.9",
"next-auth": "^4.12.3",
"next-pwa": "5.6.0",
"octokit": "^2.1.0",
"react": "^18.2.0",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.10.1",
"@tanstack/react-query": "4",
"recoil": "^0.7.7",
"slate": "^0.94.1",
"slate-react": "^0.94.2",
"swr": "^2.2.0",
"typesafe-utils": "^1.16.2",
"vitest": "^0.33.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@size-limit/preset-app": "^8.2.6",
"@swc/core": "^1.3.68",
"@types/node": "^18.16.19",
"@types/react": "^18.2.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"size-limit": "^8.2.6",
"typescript": "^4.9.5"
}
}