-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.36 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@dojima-ui/core",
"private": true,
"workspaces": [
"packages/*"
],
"peerDependencies": {
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.1.0",
"@mui/styles": "^5.1.1",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"nanoid": "^3.1.30",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@size-limit/file": "^7.0.1",
"@size-limit/webpack": "^7.0.1",
"@size-limit/webpack-why": "^7.0.1",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/react": "^6.3.12",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^10.0.0",
"husky": "^7.0.0",
"lerna": "^4.0.0",
"node-sass": "^6.0.1",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.60.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-typescript2": "^0.30.0",
"sass-loader": "^12.3.0",
"size-limit": "^7.0.1",
"typescript": "^4.4.4"
},
"scripts": {
"publish": "lerna publish",
"bootstrap": "lerna bootstrap",
"rollup-build": "lerna run rollup-build",
"build-storybook": "build-storybook",
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.1.1",
"@mui/styles": "^5.1.1",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"nanoid": "^3.1.30"
}
}