-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "msgo",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.9.4",
"@chakra-ui/core": "^0.7.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@rails/webpacker": "4.2.2",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"axios": "^0.19.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"date-fns": "^2.12.0",
"emotion-theming": "^10.0.27",
"formik": "^2.1.4",
"lodash-es": "^4.17.15",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-query": "^1.3.0",
"react-router-dom": "^5.1.2",
"react-select": "^3.1.0",
"react-table": "^7.0.4",
"ts-loader": "^7.0.4",
"typescript": "^3.9.2",
"yup": "^0.28.5"
},
"version": "0.1.0",
"devDependencies": {
"@prettier/plugin-ruby": "^0.18.2",
"jest": "^26.0.1",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"test": "jest"
}
}