-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 2 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
61
62
63
64
65
66
67
{
"private": true,
"scripts": {
"build": "yarn run clear && lerna run build",
"clear": "lerna exec --parallel -- rm -rf dist",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006 --ci",
"build-storybook": "storybook build",
"deploy-storybook": "storybook-to-ghpages"
},
"workspaces": [
"packages/*"
],
"prettier": {
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "all",
"parser": "typescript"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.5",
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@mui/material": "5.13.2",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/blocks": "7.6.6",
"@storybook/react": "7.6.6",
"@storybook/react-webpack5": "7.6.6",
"@storybook/testing-library": "0.1.0",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"array-move": "3.0.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15",
"lerna": "8.0.1",
"linkify-it": "4.0.1",
"prettier": "3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-image-lightbox": "5.1.4",
"react-sortable-hoc": "^2.0.0",
"rimraf": "3.0.2",
"slate": "0.103.0",
"slate-react": "0.104.0",
"storybook": "7.6.6",
"tlds": "1.238.0",
"tsconfig-paths-webpack-plugin": "4.0.1",
"tslib": "^2.5.2",
"typescript": "5.0.4"
}
}