-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 905 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 905 Bytes
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
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"eslint": "^9.25.0",
"eslint-config-next": "^15.3.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.541.0",
"next": "^16.1.1",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"postcss": "^8.5.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
}
}