-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "slot-booking",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@date-io/date-fns": "^2.13.2",
"@date-io/moment": "^2.13.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@mui/x-date-pickers": "^5.0.0-alpha.2",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.27.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"date-fns": "^2.28.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.5",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"redux-devtools-extension": "^2.13.9",
"webpack-dev-server": "^3"
}
}