diff options
| author | 2023-04-19 17:30:39 +0800 | |
|---|---|---|
| committer | 2023-04-19 17:30:39 +0800 | |
| commit | 3adc965dd09490b7efa1cce9f09b0a3b30970277 (patch) | |
| tree | f813abb07d7b003984aa74e3154752b6ffc3ccd5 /envshare/package.json | |
| parent | c7c9ca6f0c8eddf6d34cd40779f3b2d9463f3a46 (diff) | |
| download | HydroRoll-3adc965dd09490b7efa1cce9f09b0a3b30970277.tar.gz HydroRoll-3adc965dd09490b7efa1cce9f09b0a3b30970277.zip | |
✨优化文档
Diffstat (limited to 'envshare/package.json')
| -rw-r--r-- | envshare/package.json | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/envshare/package.json b/envshare/package.json deleted file mode 100644 index d532535..0000000 --- a/envshare/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "envshare", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint", - "test": "jest --collect-coverage", - "fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write" - }, - "dependencies": { - "@heroicons/react": "^2.0.13", - "@next/font": "13.1.1", - "@tailwindcss/forms": "^0.5.3", - "@types/node": "18.11.18", - "@types/react": "18.0.26", - "@types/react-dom": "18.0.10", - "@upstash/redis": "^1.19.1", - "@vercel/analytics": "0.1.7-beta.1", - "@vercel/og": "^0.0.27", - "base-x": "^4.0.0", - "eslint": "8.31.0", - "eslint-config-next": "13.1.1", - "next": "13.1.1", - "react": "18.2.0", - "react-dom": "18.2.0", - "typescript": "4.9.4", - "zod": "^3.20.2" - }, - "devDependencies": { - "@jest/globals": "^29.3.1", - "@types/jest": "^29.2.5", - "autoprefixer": "^10.4.13", - "jest": "^29.3.1", - "postcss": "^8.4.21", - "rome": "^11.0.0", - "tailwindcss": "^3.2.4", - "ts-jest": "^29.0.5" - } -} |
