@devs-notes/local-client
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
80 lines (79 loc) • 2.07 kB
JSON
{
"name": "@devs-notes/local-client",
"version": "2.0.0",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@emotion/react": "^11.1.5",
"@fortawesome/fontawesome-free": "^5.15.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@monaco-editor/react": "3.7.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.20",
"@types/jscodeshift": "0.7.2",
"@types/node": "^14.14.31",
"@types/prettier": "^2.2.2",
"@types/react": "^17.0.2",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "7.1.15",
"@types/react-resizable": "1.7.2",
"@uiw/react-md-editor": "2.1.1",
"axios": "0.21.1",
"bulmaswatch": "^0.8.1",
"esbuild-wasm": "0.8.27",
"framer-motion": "^3.10.0",
"immer": "^8.0.1",
"jscodeshift": "0.11.0",
"lerna": "3.22.1",
"localforage": "^1.9.0",
"monaco-editor": "^0.22.3",
"monaco-jsx-highlighter": "0.0.15",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-redux": "7.2.2",
"react-resizable": "1.11.0",
"react-scripts": "4.0.3",
"react-sketch": "^0.5.1",
"react-sketch2": "^0.5.7",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"typescript": "^4.2.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublishOnly": "yarn run build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"gitHead": "e06c568e470a00664862d1d6ec2c602feaff0a85"
}