-
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) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 871 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": "cameldridge",
"version": "1.0.0",
"description": "Personal portfolio website",
"main": "src/index.html",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foxfriends/cameldridge.git"
},
"author": "Cameron Eldridge",
"license": "ISC",
"bugs": {
"url": "https://github.com/foxfriends/cameldridge/issues"
},
"homepage": "https://cameldridge.com",
"browserslist": [
"last 1 firefox version",
"last 1 chrome version"
],
"svelte": {
"compiler": {
"css": false
}
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"scattered-papers": "git+https://github.com/foxfriends/scattered-papers.git#7e52509",
"svelte": "^5.53.0",
"vite": "^6.4.1"
}
}