-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.92 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
55
56
57
58
59
60
{
"name": "@brainstorming/root",
"version": "1.0.0",
"scripts": {
"build-storybook": "storybook build",
"clean": "rimraf ./node_modules **/**/node_modules **/*/dist",
"format": "prettier --write \"**/*.{js,ts,cjs,tsx,jsx,scss,html,yaml,md,json}\" --ignore-path .prettierignore",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"storybook": "storybook dev -p 6006"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
},
"devDependencies": {
"@brainstorming/components": "workspace:*",
"@brainstorming/editor": "workspace:*",
"@chromatic-com/storybook": "catalog:",
"@mantine/core": "catalog:",
"@mantine/hooks": "catalog:",
"@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.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "catalog:",
"eslint": "^9.17.0",
"husky": "catalog:",
"lint-staged": "catalog:",
"markdownlint": "catalog:",
"prettier": "catalog:",
"prettier-plugin-organize-imports": "catalog:",
"prettier-plugin-packagejson": "catalog:",
"prop-types": "catalog:",
"react": "catalog:",
"react-devtools": "catalog:",
"react-dom": "catalog:",
"rimraf": "catalog:",
"rollup-plugin-graph": "catalog:",
"rollup-plugin-visualizer": "catalog:",
"sass": "catalog:",
"storybook": "catalog:",
"storybook-dark-mode": "catalog:",
"terser": "catalog:",
"typescript": "catalog:",
"vite": "catalog:"
},
"packageManager": "[email protected]",
"engines": {
"node": "^22.8.0",
"pnpm": "^9.0.2"
}
}