generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 911 Bytes
/
package.json
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
32
{
"name": "@storybook-addon-remix-react-router/repo",
"private": true,
"version": "4.0.0",
"description": "Use Remix React Router in your stories",
"type": "module",
"packageManager": "pnpm@9.15.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "vitest --run"
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.3.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitest/ui": "2.1.8",
"auto": "^11.3.0",
"boxen": "^5.0.1",
"dedent": "^0.7.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"husky": "^9.1.7",
"lint-staged": "^13.2.3",
"prettier": "2.8.8",
"typescript": "5.3.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}