๐Ÿ“ฆ toeverything / design

๐Ÿ“„ package.json ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21{
  "name": "@toeverything/design",
  "private": true,
  "type": "module",
  "packageManager": "pnpm@8.6.2",
  "devDependencies": {
    "prettier": "^3.0.0",
    "typescript": "^5.1.3",
    "eslint": "^8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-i": "^2.27.5-3",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "eslint-plugin-sonarjs": "^0.19.0",
    "eslint-plugin-unicorn": "^48.0.0",
    "eslint-plugin-unused-imports": "^3.0.0"
  }
}