parent
a30c51adef
commit
e80c381438
5 changed files with 22 additions and 16 deletions
12
package.json
12
package.json
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"name": "website2",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prod": "bun index.ts --prod",
|
||||
"dev": "bun index.ts --dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prod": "bun index.ts --prod",
|
||||
"dev": "bun index.ts --dev"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"sssg": "git+https://git.sad.ovh/sophie/sssg#ef49a06be55dbb5277793d6cfcfa6736b7c1bc96"
|
||||
"sssg": "git+https://git.sad.ovh/sophie/sssg#47ac0b329c1617498fc8e795cbb3d7d36483ff67"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue