aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: a8163aa9d3377304cee192442f61e9fa2526110e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "@polyfrost/nexus",
  "version": "0.0.0",
  "private": true,
  "scripts": {
	"website": "pnpm --filter @polyfrost/website"
  },
  "devDependencies": {
    "@babel/plugin-syntax-import-assertions": "^7.22.5",
	"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
    "@storybook/react-vite": "^7.4.6",
    "prettier": "^3.0.3",
    "prettier-plugin-tailwindcss": "^0.5.6",
	"turbo": "^1.10.15",
	"turbo-ignore": "^1.10.15",
    "typescript": "^5.2.2",
    "vite": "^4.4.11"
  },
  "overrides": {
    "@types/node": "~18.17.19"
  },
  "engines": {
    "pnpm": ">=8.0.0",
    "npm": "pnpm",
    "yarn": "pnpm",
    "node": ">=18.17 <19 || >=20.1"
  },
  "eslintConfig": {
    "root": true
  }
}