mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-03 07:31:45 +00:00
survivors: adding first version
This commit is contained in:
16
absurd-survivors/package.json
Normal file
16
absurd-survivors/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "overtuned-survivors",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"canvas-common": "file:../canvas-common",
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^7.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user