-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
33
34
35
36
37
{
"name": "before-storybook",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 7008",
"build-storybook": "storybook build --debug --stats-json --loglevel silly"
},
"dependencies": {
"final-form": "^5.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@alienfast/storybook-addon-form": "^3.0.4",
"@eslint/js": "^9.35.0",
"@storybook/addon-docs": "^9.1.5",
"@storybook/react-vite": "^9.1.5",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"storybook": "^9.1.5",
"typescript": "~5.9.2",
"typescript-eslint": "^8.42.0",
"vite": "^7.1.5"
},
"packageManager": "yarn@4.9.4"
}