1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "project-code-pen",
- "version": "0.1.0",
- "private": true,
- "proxy": "http://snippet.node.ed.asmer.org.ua",
- "dependencies": {
- "@reduxjs/toolkit": "^1.9.3",
- "@testing-library/jest-dom": "^5.16.5",
- "@testing-library/react": "^13.4.0",
- "@testing-library/user-event": "^13.5.0",
- "codemirror": "^5.65.12",
- "graphql": "^16.6.0",
- "graphql-request": "^5.1.0",
- "react": "^18.2.0",
- "react-codemirror2": "^7.2.1",
- "react-dom": "^18.2.0",
- "react-easy-crop": "^4.7.4",
- "react-redux": "^8.0.5",
- "react-router-dom": "^6.8.1",
- "react-scripts": "5.0.1",
- "react-simple-resizer": "^2.1.0",
- "redux": "^4.2.1",
- "redux-logger": "^3.0.6",
- "redux-thunk": "^2.4.2",
- "sass": "^1.58.3",
- "web-vitals": "^2.1.4"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "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"
- ]
- },
- "devDependencies": {
- "eslint-plugin-prettier": "^4.2.1",
- "prettier": "^2.8.4"
- }
- }
|