-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.63 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
83
84
85
86
87
{
"name": "coursition",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm run partytown && next build",
"start": "next start",
"lint": "next lint",
"partytown": "partytown copylib public/~partytown",
"prettier": "prettier --write .",
"postbuild": "next-sitemap",
"analyze": "cross-env ANALYZE=true pnpm build"
},
"dependencies": {
"@builder.io/dev-tools": "^0.2.6",
"@builder.io/react": "^3.1.1",
"@builder.io/sdk": "^2.1.1",
"@excalidraw/excalidraw": "^0.17.0",
"@measured/puck": "^0.12.0",
"@measured/puck-plugin-heading-analyzer": "^0.12.0",
"@next/bundle-analyzer": "^14.0.3",
"@notionhq/client": "^2.2.13",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@types/got": "^9.6.12",
"@vercel/analytics": "^1.0.2",
"@vidstack/react": "^0.6.14",
"ai": "^2.2.25",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"got": "^13.0.0",
"lqip-modern": "^2.0.0",
"lucide-react": "^0.293.0",
"next": "^14.0.3",
"next-sitemap": "^4.2.3",
"notion-client": "^6.16.0",
"notion-compat": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"novel": "^0.1.22",
"openai": "^4.20.0",
"p-map": "^6.0.0",
"p-memoize": "^7.1.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-notion-x": "^6.16.0",
"react-tweet-embed": "^2.0.0",
"react-type-animation": "^3.1.0",
"shikiji": "^0.7.4",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"vidstack": "^0.6.14"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.1",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.44.7",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.15",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.26",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "3.3.5",
"typescript": "^5.3.2"
},
"volta": {
"node": "20.8.1"
}
}