mirror of
https://github.com/mvvasilev/paste-eater.git
synced 2025-04-19 13:29:52 +03:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "paste-eater-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@uiw/codemirror-theme-darcula": "^4.21.20",
|
|
"bootstrap": "^5.3.2",
|
|
"env-cmd": "^10.1.0",
|
|
"monaco-editor": "^0.44.0",
|
|
"monaco-editor-webpack-plugin": "^7.1.0",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.9.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-monaco-editor": "^0.54.0",
|
|
"react-router-dom": "^6.17.0",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start:dev": "env-cmd -f .env.development react-scripts start",
|
|
"start:prod": "env-cmd -f .env.production react-scripts start",
|
|
"build": "env-cmd -f .env.production react-scripts build",
|
|
"test": "env-cmd -f .env.development react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|