-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.9",
"@next/third-parties": "^16.1.1",
"@tailwindcss/typography": "^0.5.16",
"@types/mdx": "^2.0.13",
"cmdk": "^1.1.1",
"next": "^16.1.1",
"postcss": "^8.5.3",
"prismjs": "^1.30.0",
"react": "^19.2.3",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"remark-gfm": "^4.0.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.21.0",
"@tailwindcss/postcss": "^4.1.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.5",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"tailwindcss": "^4.1.3",
"typescript": "^5",
"typescript-eslint": "^8.24.1"
}
}