mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-25 16:02:35 +00:00
44 lines
1018 B
JSON
44 lines
1018 B
JSON
{
|
|
"name": "demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.5.0",
|
|
"@material-ui/icons": "^4.4.3",
|
|
"@material-ui/lab": "^4.0.0-alpha.28",
|
|
"@material-ui/styles": "^4.5.0",
|
|
"@monaco-editor/react": "^3.6.2",
|
|
"monaco-themes": "^0.3.3",
|
|
"classnames": "^2.2.6",
|
|
"mobile-detect": "^1.4.4",
|
|
"overmind": "^22.0.5",
|
|
"overmind-react": "^23.0.5",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.10.1",
|
|
"react-dom": "^16.10.1",
|
|
"react-error-boundary": "^1.2.5",
|
|
"react-scripts": "3.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|