-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 879 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
{
"name": "brodan.biz",
"version": "1.0.0",
"description": "Static files for the [brodan.biz](https://brodan.biz) personal website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"build": "vite build",
"start": "vite",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brodan/brodan.biz.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Brodan/brodan.biz/issues"
},
"homepage": "https://github.com/Brodan/brodan.biz#readme",
"dependencies": {
"react": "^19.2.1",
"react-dom": "^19.2.1",
"vite": "^7.2.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.1",
"husky": "^9.1.7",
"vite-plugin-static-copy": "^3.1.4"
}
}