mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
32 lines
827 B
JSON
32 lines
827 B
JSON
{
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@material-ui/core": "^4.9.1",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.41",
|
|
"@rails/webpacker": "^5.2.1",
|
|
"@types/react": "^17.0.13",
|
|
"axios": "^0.21.2",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"pluralize": "^8.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"rails_admin": "3.1.2",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-simple-format": "^0.3.0",
|
|
"react_ujs": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.15",
|
|
"babel-loader": "^8.2.2",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
},
|
|
"resolutions": {
|
|
"chokidar": "^3.4.0",
|
|
"rails_admin/@fortawesome/fontawesome-free": "^5.15.0"
|
|
}
|
|
}
|