|
1 | 1 | {
|
2 | 2 | "name": "guide",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "1.0.0", |
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 | 6 | "start": "react-scripts start",
|
7 | 7 | "build": "react-scripts build",
|
8 |
| - "test": "react-scripts test --env=jsdom", |
| 8 | + "test": "react-scripts test", |
9 | 9 | "eject": "react-scripts eject",
|
10 |
| - "now-start": "serve --single ./build", |
11 |
| - "deploy": "now", |
12 |
| - "alias": "pbpaste | xargs -I % now alias % staging.graphql.guide", |
13 | 10 | "lint": "eslint src/",
|
14 |
| - "update-schema": "graphql get-schema -e https://api.graphql.guide/graphql -o schema.json", |
15 |
| - "update-schema-spacex": "graphql get-schema -e https://api.spacex.land/graphql -o spacex.json", |
16 |
| - "update-schema-local": "graphql get-schema -e http://localhost:4000/graphql -o schema.json" |
| 11 | + "update-schema": "apollo schema:download --endpoint https://api.graphql.guide/graphql schema.json", |
| 12 | + "update-schema-spacex": "apollo schema:download --endpoint https://api.spacex.land/graphql spacex.json", |
| 13 | + "update-schema-local": "apollo schema:download --endpoint http://localhost:4000/graphql schema.json" |
17 | 14 | },
|
18 | 15 | "dependencies": {
|
19 |
| - "@material-ui/core": "^3.9.2", |
20 |
| - "@material-ui/icons": "^3.0.2", |
21 |
| - "ajv": "^6.10.0", |
22 |
| - "apollo-cache-inmemory": "^1.5.1", |
23 |
| - "apollo-cache-persist": "^0.1.1", |
24 |
| - "apollo-client": "^2.5.1", |
25 |
| - "apollo-link": "^1.2.11", |
26 |
| - "apollo-link-context": "^1.0.17", |
27 |
| - "apollo-link-error": "^1.1.10", |
28 |
| - "apollo-link-http": "^1.5.14", |
29 |
| - "apollo-link-rest": "^0.7.0", |
30 |
| - "apollo-link-state": "^0.4.2", |
31 |
| - "apollo-link-ws": "^1.0.17", |
32 |
| - "apollo-utilities": "^1.2.1", |
33 |
| - "auth0-helpers": "^0.4.3", |
34 |
| - "auth0-js": "^9.10.1", |
35 |
| - "classnames": "^2.2.6", |
36 |
| - "cloudinary-core": "^2.6.2", |
37 |
| - "cloudinary-react": "^1.1.0", |
38 |
| - "date-fns": "^1.30.1", |
39 |
| - "formik": "^1.5.1", |
40 |
| - "graphql": "^14.1.1", |
41 |
| - "graphql-anywhere": "^4.2.1", |
42 |
| - "graphql-tag": "^2.10.1", |
| 16 | + "@apollo/client": "3.1.3", |
| 17 | + "@material-ui/core": "3.9.3", |
| 18 | + "@material-ui/icons": "3.0.2", |
| 19 | + "@testing-library/jest-dom": "^4.2.4", |
| 20 | + "@testing-library/react": "^9.3.2", |
| 21 | + "@testing-library/user-event": "^7.1.2", |
| 22 | + "ajv": "6.12.3", |
| 23 | + "apollo": "^2.30.2", |
| 24 | + "apollo-cache-persist": "0.1.1", |
| 25 | + "apollo-link-rest": "0.8.0-beta.0", |
| 26 | + "auth0-helpers": "0.4.3", |
| 27 | + "auth0-js": "9.13.4", |
| 28 | + "classnames": "2.2.6", |
| 29 | + "cloudinary-core": "2.11.1", |
| 30 | + "cloudinary-react": "1.6.6", |
| 31 | + "date-fns": "^2.15.0", |
| 32 | + "eslint-plugin-graphql": "4.0.0", |
| 33 | + "graphql": "15.3.0", |
| 34 | + "graphql-anywhere": "4.2.7", |
43 | 35 | "jss": "^9.8.7",
|
44 |
| - "lodash": "^4.17.11", |
45 |
| - "react": "^16.8.5", |
46 |
| - "react-apollo": "^2.5.2", |
47 |
| - "react-dom": "^16.8.5", |
48 |
| - "react-loading-skeleton": "^1.1.1", |
49 |
| - "react-markdown": "^4.0.6", |
50 |
| - "react-odometerjs": "^2.1.1", |
51 |
| - "react-router": "^5.0.0", |
52 |
| - "react-router-dom": "^5.0.0", |
53 |
| - "react-scripts": "^2.1.8", |
54 |
| - "react-star-rating-component": "^1.4.1", |
55 |
| - "react-style-proptype": "^3.2.2", |
56 |
| - "react-transition-group": "^2.7.0", |
57 |
| - "recompose": "^0.30.0", |
58 |
| - "revalidate": "^1.2.0", |
59 |
| - "scroll-into-view-if-needed": "^2.2.20", |
60 |
| - "serve": "^10.1.2", |
61 |
| - "subscriptions-transport-ws": "^0.9.16", |
62 |
| - "typed.js": "^2.0.10", |
63 |
| - "typescript": "^3.3.4000" |
| 36 | + "lodash": "4.17.19", |
| 37 | + "react": "16.13.1", |
| 38 | + "react-dom": "16.13.1", |
| 39 | + "react-loading-skeleton": "2.1.1", |
| 40 | + "react-markdown": "4.3.1", |
| 41 | + "react-odometerjs": "2.1.1", |
| 42 | + "react-router": "5.2.0", |
| 43 | + "react-router-dom": "5.2.0", |
| 44 | + "react-scripts": "3.4.1", |
| 45 | + "react-star-rating-component": "1.4.1", |
| 46 | + "react-style-proptype": "3.2.2", |
| 47 | + "recompose": "0.30.0", |
| 48 | + "request": "^2.88.2", |
| 49 | + "revalidate": "1.2.0", |
| 50 | + "scroll-into-view-if-needed": "2.2.25", |
| 51 | + "subscriptions-transport-ws": "0.9.17" |
64 | 52 | },
|
65 |
| - "devDependencies": { |
66 |
| - "eslint-plugin-graphql": "^3.0.3", |
67 |
| - "graphql-cli": "^3.0.11" |
68 |
| - }, |
69 |
| - "browserslist": [ |
70 |
| - ">0.2%", |
71 |
| - "not dead", |
72 |
| - "not ie <= 11", |
73 |
| - "not op_mini all" |
74 |
| - ] |
| 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 | + } |
75 | 65 | }
|
0 commit comments