|
| 1 | +{ |
| 2 | + "name": "react-admin-json-view", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "JSON field and input for react-admin.", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/MrHertal/react-admin-json-view" |
| 8 | + }, |
| 9 | + "main": "build/index.js", |
| 10 | + "module": "build/index.es.js", |
| 11 | + "jsnext:main": "build/index.es.js", |
| 12 | + "scripts": { |
| 13 | + "build": "rollup -c", |
| 14 | + "lint": "eslint .", |
| 15 | + "test": "jest --coverage" |
| 16 | + }, |
| 17 | + "author": "Grégoire Hertault", |
| 18 | + "license": "ISC", |
| 19 | + "files": [ |
| 20 | + "build" |
| 21 | + ], |
| 22 | + "jest": { |
| 23 | + "preset": "ts-jest", |
| 24 | + "testEnvironment": "jsdom", |
| 25 | + "testPathIgnorePatterns": [ |
| 26 | + "<rootDir>/build/", |
| 27 | + "<rootDir>/node_modules/" |
| 28 | + ] |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@rollup/plugin-commonjs": "^16.0.0", |
| 32 | + "@rollup/plugin-node-resolve": "^10.0.0", |
| 33 | + "@types/jest": "^26.0.15", |
| 34 | + "@typescript-eslint/eslint-plugin": "^4.8.0", |
| 35 | + "@typescript-eslint/parser": "^4.8.0", |
| 36 | + "eslint": "^7.13.0", |
| 37 | + "eslint-config-prettier": "^6.15.0", |
| 38 | + "eslint-plugin-prettier": "^3.1.4", |
| 39 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 40 | + "jest": "^26.6.3", |
| 41 | + "prettier": "^2.1.2", |
| 42 | + "react": "^17.0.1", |
| 43 | + "react-admin": "^3.10.1", |
| 44 | + "react-dom": "^17.0.1", |
| 45 | + "rollup": "^2.33.2", |
| 46 | + "rollup-plugin-delete": "^2.0.0", |
| 47 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 48 | + "rollup-plugin-typescript2": "^0.29.0", |
| 49 | + "ts-jest": "^26.4.4", |
| 50 | + "typescript": "^4.0.5" |
| 51 | + }, |
| 52 | + "peerDependencies": { |
| 53 | + "react": "*", |
| 54 | + "react-admin": "*", |
| 55 | + "react-dom": "*" |
| 56 | + }, |
| 57 | + "dependencies": { |
| 58 | + "react-json-view": "^1.19.1" |
| 59 | + } |
| 60 | +} |
0 commit comments