-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.09 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
{
"name": "site",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"packageExtensions": "",
"dependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@next/eslint-plugin-next": "^15.1.7",
"@notionhq/client": "^2.2.16",
"@radix-ui/react-slider": "^1.2.3",
"@react-icons/all-files": "^4.1.0",
"@tailwindcss/typography": "^0.5.16",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.13.4",
"@types/react": "^19.0.10",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@vercel/analytics": "^1.5.0",
"@vercel/node": "^5.1.7",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"dompurify": "^3.2.4",
"eslint": "^9.20.1",
"eslint-plugin-prettier": "^5.2.3",
"framer-motion": "^11.18.2",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^2.21.0",
"next": "^15.1.7",
"next-fonts": "^1.5.1",
"postcss": "^8.5.3",
"prettier": "^3.5.1",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-multiline-arrays": "^3.0.6",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^19.0.0",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.15.1",
"react-lazy-load": "^4.0.1",
"react-markdown": "^9.0.3",
"react-typed": "^1.2.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"rss": "^1.2.2",
"rss-parser": "^3.13.0",
"schema-dts": "^1.1.2",
"styled-components": "^6.1.15",
"swr": "^2.3.2",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"uuid": "^11.1.0"
},
"packageManager": "[email protected]"
}