-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.74 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.74 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "vbss-ui",
"version": "1.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/vbss-io/vbss-ui.git"
},
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "lerna run build",
"docs:dev": "cd apps/docs && npm run dev",
"docs:build": "cd apps/docs && npm run build",
"eslint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"storybook": "storybook dev -p 6006"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.7",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.21.0",
"@storybook/addon-essentials": "^8.6.3",
"@storybook/react-vite": "^8.2.6",
"@types/node": "^20.12.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.19",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-storybook": "^0.11.3",
"eslint-plugin-styled-components-a11y": "^2.2.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.0.0",
"lerna": "^6.4.1",
"postcss": "^8.5.10",
"prettier": "^3.5.3",
"storybook": "^8.6.17",
"tailwindcss": "^3.4.17",
"typescript": "^5.2.2",
"typescript-eslint": "^8.25.0",
"vite": "^6.4.2",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-svgr": "^4.3.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"overrides": {
"@eslint/plugin-kit": "^0.3.4",
"@modelcontextprotocol/sdk": "^1.26.0",
"@octokit/plugin-paginate-rest": "^9.2.2",
"@octokit/request": "^8.4.1",
"@octokit/request-error": "^5.1.1",
"@microsoft/tsdoc-config": {
"ajv": "^8.18.0"
},
"@rushstack/node-core-library": {
"ajv": "^8.18.0"
},
"@tootallnate/once": "^3.0.1",
"axios": "^1.15.0",
"body-parser": "^2.2.1",
"flatted": "^3.4.2",
"follow-redirects": "^1.16.0",
"form-data": "^4.0.4",
"glob@^10": "^11.0.0",
"handlebars": "^4.7.9",
"js-yaml": "^4.1.1",
"lodash": "^4.18.0",
"minimatch@^3": "^3.1.4",
"minimatch@^5": "^5.1.8",
"minimatch@^6": "^6.2.2",
"minimatch@^9": "^9.0.7",
"path-to-regexp": "^8.4.0",
"picomatch": "^2.3.2",
"postcss": "^8.5.10",
"prismjs": "^1.30.0",
"qs": "^6.14.2",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"rollup": "^4.59.0",
"semver": "^7.5.2",
"tar": "^7.5.11",
"tmp": "^0.2.4",
"yaml": "^2.8.3"
}
}