|
1 | 1 | { |
2 | | - "name": "grid_ui", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "type": "module", |
6 | | - "dependencies": { |
7 | | - "@apollo/react-hooks": "^3.1.5", |
8 | | - "@babel/preset-react": "^7.10.4", |
9 | | - "@emotion/core": "^10.0.28", |
10 | | - "@material-ui/core": "^4.10.2", |
11 | | - "@material-ui/icons": "^4.9.1", |
12 | | - "@testing-library/jest-dom": "^4.2.4", |
13 | | - "@testing-library/react": "^9.5.0", |
14 | | - "@testing-library/user-event": "^7.2.1", |
15 | | - "@types/react-modal": "^3.10.6", |
16 | | - "@types/react-router-dom": "^5.1.5", |
17 | | - "@tippyjs/react": "^4.1.0", |
18 | | - "@types/jest": "^26.0.0", |
19 | | - "@types/keyboardjs": "^2.5.0", |
20 | | - "@types/react": "^16.9.38", |
21 | | - "@types/react-dom": "^16.9.8", |
22 | | - "@types/react-router": "^5.1.8", |
23 | | - "apollo-boost": "^0.4.9", |
24 | | - "findandreplacedomtext": "^0.4.6", |
25 | | - "graphql": "^15.1.0", |
26 | | - "graphql.macro": "^1.4.2", |
27 | | - "historyjs": "^1.8.0-b2", |
28 | | - "keyboardjs": "^2.6.3", |
29 | | - "materialize-css": "^1.0.0-rc.2", |
30 | | - "progressbar.js": "^1.1.0", |
31 | | - "rc-pagination": "^2.4.1", |
32 | | - "react": "^16.13.1", |
33 | | - "react-apollo": "^3.1.5", |
34 | | - "react-dom": "^16.13.1", |
35 | | - "react-json-view": "^1.19.1", |
36 | | - "react-modal": "^3.11.2", |
37 | | - "react-router-dom": "^5.2.0", |
38 | | - "react-scripts": "3.4.3", |
39 | | - "source-map-explorer": "^2.4.2", |
40 | | - "typescript": "^3.9.5" |
41 | | - }, |
42 | | - "scripts": { |
43 | | - "start": "node node_modules/react-scripts/bin/react-scripts start", |
44 | | - "build": "node node_modules/react-scripts/bin/react-scripts build && python scripts/rmSourcemaps.py", |
45 | | - "analyze": "source-map-explorer 'build/static/js/*.js'", |
46 | | - "test": "node node_modules/react-scripts/bin/react-scripts test", |
47 | | - "eject": "node node_modules/react-scripts/bin/react-scripts eject" |
48 | | - }, |
49 | | - "eslintConfig": { |
50 | | - "extends": "react-app" |
51 | | - }, |
| 2 | + "name": "grid_ui", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "dependencies": { |
| 7 | + "@apollo/react-hooks": "^3.1.5", |
| 8 | + "@babel/preset-react": "^7.10.4", |
| 9 | + "@emotion/core": "^10.0.28", |
| 10 | + "@material-ui/core": "^4.10.2", |
| 11 | + "@material-ui/icons": "^4.9.1", |
| 12 | + "@testing-library/jest-dom": "^4.2.4", |
| 13 | + "@testing-library/react": "^9.5.0", |
| 14 | + "@testing-library/user-event": "^7.2.1", |
| 15 | + "@tippyjs/react": "^4.1.0", |
| 16 | + "@types/enzyme-adapter-react-16": "^1.0.6", |
| 17 | + "@types/keyboardjs": "^2.5.0", |
| 18 | + "@types/react": "^16.9.38", |
| 19 | + "@types/react-dom": "^16.9.8", |
| 20 | + "@types/react-modal": "^3.10.6", |
| 21 | + "@types/react-router": "^5.1.8", |
| 22 | + "@types/react-router-dom": "^5.1.5", |
| 23 | + "apollo-boost": "^0.4.9", |
| 24 | + "findandreplacedomtext": "^0.4.6", |
| 25 | + "graphql": "^15.1.0", |
| 26 | + "graphql.macro": "^1.4.2", |
| 27 | + "historyjs": "^1.8.0-b2", |
| 28 | + "keyboardjs": "^2.6.3", |
| 29 | + "materialize-css": "^1.0.0-rc.2", |
| 30 | + "node-fetch": "^2.6.1", |
| 31 | + "progressbar.js": "^1.1.0", |
| 32 | + "rc-pagination": "^2.4.1", |
| 33 | + "react": "^16.13.1", |
| 34 | + "react-apollo": "^3.1.5", |
| 35 | + "react-dom": "^16.13.1", |
| 36 | + "react-json-view": "^1.19.1", |
| 37 | + "react-modal": "^3.11.2", |
| 38 | + "react-router-dom": "^5.2.0", |
| 39 | + "react-scripts": "3.4.3", |
| 40 | + "source-map-explorer": "^2.4.2" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "start": "node node_modules/react-scripts/bin/react-scripts start", |
| 44 | + "build": "node node_modules/react-scripts/bin/react-scripts build && python scripts/rmSourcemaps.py", |
| 45 | + "analyze": "source-map-explorer 'build/static/js/*.js'", |
| 46 | + "test": "node node_modules/react-scripts/bin/react-scripts test --watchAll=false", |
| 47 | + "eject": "node node_modules/react-scripts/bin/react-scripts eject" |
| 48 | + }, |
| 49 | + "eslintConfig": { |
| 50 | + "extends": "react-app" |
| 51 | + }, |
52 | 52 | "homepage": "/ui", |
53 | | - "browserslist": { |
54 | | - "production": [ |
55 | | - ">0.2%", |
56 | | - "not dead", |
57 | | - "not op_mini all" |
58 | | - ], |
59 | | - "development": [ |
60 | | - "last 1 chrome version", |
61 | | - "last 1 firefox version", |
62 | | - "last 1 safari version" |
63 | | - ] |
64 | | - } |
| 53 | + "browserslist": { |
| 54 | + "production": [ |
| 55 | + ">0.2%", |
| 56 | + "not dead", |
| 57 | + "not op_mini all" |
| 58 | + ], |
| 59 | + "development": [ |
| 60 | + "last 1 chrome version", |
| 61 | + "last 1 firefox version", |
| 62 | + "last 1 safari version" |
| 63 | + ] |
| 64 | + } |
65 | 65 | } |
0 commit comments