-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "solid-nextjs",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@markdoc/markdoc": "^0.4.0",
"@markdoc/next.js": "^0.3.7",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@react-three/fiber": "^8.15.15",
"@tailwindcss/typography": "^0.5.10",
"@types/bcrypt": "^5.0.1",
"@types/mdx": "^2.0.10",
"@types/node": "^20.8.9",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^3.3.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^10.12.16",
"gray-matter": "^4.0.3",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sass": "^1.70.0",
"swiper": "^9.3.2",
"tailwindcss": "^3.3.5",
"three": "^0.160.1",
"typescript": "^5.2.2"
}
}