0x1
Version:
32 lines (31 loc) • 754 B
JSON
{
"name": "0x1-minimal-app",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "0x1 dev",
"build": "0x1 build",
"preview": "0x1 preview",
"deploy": "0x1 deploy",
"postcss": "postcss",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write '**/*.{ts,tsx,css,html}'",
"typecheck": "bun --bun tsc --noEmit"
},
"dependencies": {
"0x1": "^0.0.379"
},
"packageManager": "bun@1.2.13",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@tailwindcss/postcss": "^4.1.7",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tailwindcss": "^4.1.7",
"typescript": "^5.4.5"
},
"engines": {
"bun": ">=1.0.0"
}
}