-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
{
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@rails/webpacker": "5.4.3",
"@sentry/react": "^6.17.9",
"@sentry/tracing": "^6.17.9",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^25.0.0",
"@types/node": "^12.0.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"framer-motion": "^4.0.0",
"mobx-react": "^7.2.1",
"mobx-rest": "^9.0.2",
"mobx-rest-fetch-adapter": "^0.1.4",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^8.33.1",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^3"
},
"eslintConfig": {
"extends": "react-app"
}
}