-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.43 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "ant_frontend",
"version": "0.1.0",
"private": true,
"homepage": "https://bee-community.github.io/frontend2",
"dependencies": {
"@egjs/react-flicking": "^4.10.5",
"@reduxjs/toolkit": "^1.8.2",
"axios": "^0.22.0",
"dayjs": "^1.11.2",
"easytimer.js": "^4.5.4",
"gh-pages": "^5.0.0",
"history": "^5.3.0",
"http-proxy-middleware": "^2.0.6",
"msw": "^0.49.0",
"openvidu-browser": "^2.22.0",
"react": "^17.0.2",
"react-beforeunload": "^2.5.3",
"react-dom": "^17.0.2",
"react-drawer-honeybee": "^0.0.1",
"react-modern-drawer": "^1.1.1",
"react-query": "^3.39.2",
"react-redux": "^8.0.2",
"react-router": "^6.0.1",
"react-router-dom": "^6.0.1",
"react-scripts": "4.0.3",
"react-scrollbars-custom": "^4.0.27",
"react-textarea-autosize": "^8.3.3",
"sockjs-client": "^1.5.2",
"stompjs": "^2.3.3",
"styled-components": "^5.3.5",
"swr": "^0.5.7",
"typescript": "^4.1.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "6.4.5",
"@emotion/babel-preset-css-prop": "^11.10.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/node-logger": "^6.5.15",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@trivago/prettier-plugin-sort-imports": "^2.0.4",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-beforeunload": "^2.1.1",
"@types/react-dom": "^17.0.13",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.2",
"@types/sockjs-client": "^1.5.1",
"@types/stompjs": "^2.3.5",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"babel-loader": "8.1.0",
"easytimer-react-hook": "^2.0.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.6.8",
"prettier": "^2.4.1",
"storybook-preset-craco": "^0.0.6"
},
"eslintConfig": {
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
}
}