-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (35 loc) · 862 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
{
"name": "appforge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"lucide-react": "^0.441.0",
"zustand": "^4.5.5",
"@uiw/react-codemirror": "^4.23.6",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"jszip": "^3.10.1",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.2",
"@heyputer/puter.js": "^2.1.1"
},
"devDependencies": {
"typescript": "^5.6.3",
"@types/node": "^20.17.6",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"autoprefixer": "^10.4.20"
}
}