-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 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
{
"name": "builtwith",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@appwrite.io/pink": "^0.11.0",
"@appwrite.io/pink-icons": "^0.25.0",
"@tanstack/react-router": "^1.169.1",
"@tanstack/react-start": "^1.167.57",
"@tanstack/router-plugin": "^1.167.31",
"@vitejs/plugin-react": "^6.0.1",
"appwrite": "^16.1.0",
"marked": "^9.1.2",
"nitro": "^3.0.260429-beta",
"node-appwrite": "^14.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^8.0.10",
"xss": "^1.0.15"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.4.5"
}
}