-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 761 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
{
"name": "customdesigns",
"version": "2.0.0",
"description": "3d printing things!",
"homepage": "https://github.com/242165-arch/VortexPrinters#readme",
"bugs": {
"url": "https://github.com/242165-arch/VortexPrinters/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/242165-arch/VortexPrinters.git"
},
"license": "CC-BY-NC-ND-4.0",
"author": "Lakshya D and Divit M",
"type": "module",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-react": "^6.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.1",
"supabase": "^2.81.2",
"vite": "^8.0.0"
}
}