forked from spacebar/SplatNet
start work on v2
This commit is contained in:
parent
8531693c2e
commit
c5fb8618df
2013 changed files with 16939 additions and 46092 deletions
21
package.json
Normal file
21
package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "splatnet",
|
||||
"type": "module",
|
||||
"version": "0.0.2",
|
||||
"dependencies": {
|
||||
"@astrojs/db": "^0.21.3",
|
||||
"@astrojs/node": "^11.0.0",
|
||||
"astro": "^7.0.0",
|
||||
"drizzle-orm": "^0.45.2",
|
||||
"postgres": "^3.4.9"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"db:push": "drizzle-kit push"
|
||||
},
|
||||
"devDependencies": {
|
||||
"drizzle-kit": "^0.31.10"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue