-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "123",
"private": true,
"version": "0.0.0",
"type": "module",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"dev": "vite --host",
"build": "yarn build:app && yarn build:storybook && yarn build:jsdoc",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build:app": "vite build",
"build:storybook": "storybook build -o ./dist/storybook",
"build:jsdoc": "yarn run jsdoc -c jsdoc.json"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-coverage-heatmap": "1.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "1.4.0",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@storybook/test": "^8.1.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"prop-types": "15.8.1",
"storybook": "^8.1.1",
"vite": "^5.2.0",
"clean-jsdoc-theme": "^4.3.0",
"jsdoc": "^4.0.3"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}