-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 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
{
"name": "tomato",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@emotion/is-prop-valid": "^1.1.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/react": "^1.6.22",
"@reduxjs/toolkit": "^1.7.1",
"@theme-ui/presets": "^0.13.0",
"@tippyjs/react": "^4.2.6",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.2.2",
"i18next": "^21.6.7",
"imask": "^6.2.2",
"react": "^18.0.0-rc.0-next-51947a14b-20220113",
"react-dom": "^18.0.0-rc.0-next-51947a14b-20220113",
"react-i18next": "^11.15.3",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-transition-group": "^4.4.2",
"react-virtuoso": "^2.5.1",
"recharts": "^2.1.8",
"theme-ui": "^0.13.1",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@reduxjs/toolkit": "^1.7.1",
"@storybook/addon-actions": "^6.4.13",
"@storybook/addon-essentials": "^6.4.13",
"@storybook/addon-links": "^6.4.13",
"@storybook/react": "^6.4.13",
"babel-loader": "^8.2.3",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}