-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 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
{
"name": "react-splitkit-web",
"version": "0.0.1",
"private": true,
"scripts": {
"prebuild": "cd .. && npm run build",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"fumadocs-core": "^14.5.0",
"fumadocs-mdx": "^11.6.0",
"fumadocs-ui": "^14.5.0",
"next": "^15.3.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-splitkit": "*",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@types/node": "^22.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.6.0"
}
}