-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 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": "website",
"private": "true",
"version": "0.1.0",
"description": "GodotID community website",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GodotID/website.git"
},
"author": "GodotID",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/GodotID/website/issues"
},
"homepage": "https://github.com/GodotID/website#readme",
"dependencies": {
"@generouted/react-router": "^1.18.2",
"lucide-react": "^0.252.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.2",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"vite": "^4.3.9"
}
}