-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.39 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "visual-testing-handbook-react-template",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@chromatic-com/storybook": "5.3.1",
"@eslint/js": "^10.0.1",
"@storybook/addon-docs": "^10.6.0",
"@storybook/addon-vitest": "^10.6.0",
"@storybook/react-vite": "^10.6.0",
"@swc/plugin-styled-components": "^13.0.0",
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.1.0",
"@vitejs/plugin-react-swc": "^4.3.3",
"@vitest/browser-playwright": "latest",
"@vitest/coverage-v8": "latest",
"eslint": "^10.9.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.4",
"eslint-plugin-storybook": "^10.6.0",
"globals": "^17.11.0",
"playwright": "latest",
"storybook": "^10.6.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.2",
"vitest": "latest"
},
"packageManager": "yarn@4.18.0",
"resolutions": {
"styled-components": "^6"
}
}