1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "front-models",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "ace-builds": "^1.4.12",
- "graphql-request": "^1.8.2",
- "mdast": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mdast.git",
- "react": "^16.8.6",
- "react-ace": "^9.1.3",
- "react-dom": "^16.8.6",
- "react-dropzone": "^11.0.1",
- "react-scripts": "3.0.1",
- "react-select": "^3.1.0",
- "react-sortable-hoc": "^1.11.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"
- ]
- }
- }
|