-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.57 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
54
{
"name": "nexus/root",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"lint": "eslint .",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "https://github.com/DaiYuANg/nexus.git"
},
"private": true,
"devDependencies": {
"@chromatic-com/storybook": "catalog:",
"@eslint/js": "^9.15.0",
"@mantine/core": "catalog:",
"@mantine/hooks": "catalog:",
"@nexus/file-manager": "workspace:*",
"@storybook/addon-essentials": "catalog:",
"@storybook/addon-interactions": "catalog:",
"@storybook/addon-onboarding": "catalog:",
"@storybook/addon-styling-webpack": "catalog:",
"@storybook/blocks": "catalog:",
"@storybook/preview-api": "catalog:",
"@storybook/react": "catalog:",
"@storybook/react-vite": "catalog:",
"@storybook/test": "catalog:",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "catalog:",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "catalog:",
"globals": "^15.12.0",
"prettier": "catalog:",
"prop-types": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"storybook": "catalog:",
"storybook-dark-mode": "catalog:",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}