-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.66 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.66 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
49
50
51
52
{
"name": "scale-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://scale-ui.pages.dev/",
"scripts": {
"start": "storybook dev -p 6006",
"build:lib": "tsc -b && vite build",
"build:docs": "storybook build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"classnames": "^2.5.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.0",
"@storybook/addon-a11y": "^9.0.11",
"@storybook/addon-docs": "^9.0.11",
"@storybook/addon-vitest": "^9.0.11",
"@storybook/react-vite": "^9.0.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"@vitejs/plugin-react-swc": "^3.9.0",
"@vitest/browser": "^3.1.2",
"@vitest/coverage-v8": "^3.1.2",
"@vitest/ui": "^3.1.2",
"eslint": "^9.25.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^9.0.11",
"happy-dom": "^17.4.4",
"playwright": "^1.53.0",
"storybook": "^9.0.11",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vitest": "^3.1.2"
},
"prettier": {
"semi": false
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}