-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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
{
"name": "website",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@tabler/icons-react": "^3.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/mdx": "^2.0.10",
"clsx": "^2.0.0",
"colorjs.io": "^0.4.5",
"cookies-next": "^4.1.1",
"daisyui": "^3.9.4",
"framer-motion": "^10.16.9",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"next-nprogress-bar": "^2.1.2",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.2",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"html-loader": "^4.2.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"terser-webpack-plugin": "^5.3.9",
"typescript": "^5"
}
}