first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "@ben-to/web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"predev": "node ../../scripts/build-recipes.mjs",
|
||||
"dev": "vite",
|
||||
"prebuild": "node ../../scripts/build-recipes.mjs",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint src --ext .ts,.tsx",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ben-to/builder": "0.1.0",
|
||||
"@ben-to/i18n": "0.1.0",
|
||||
"@ben-to/privacy": "0.1.0",
|
||||
"@ben-to/recipes": "0.1.0",
|
||||
"@capacitor/core": "^8.4.1",
|
||||
"@capacitor/share": "^8.0.1",
|
||||
"@solidjs/router": "^0.16.1",
|
||||
"solid-js": "^1.9.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.1.4",
|
||||
"vite-plugin-solid": "^2.11.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user