|
1 | 1 | { |
| 2 | + "name": "@gitlab-merger-bot/dashboard", |
| 3 | + "version": "1.0.0", |
2 | 4 | "private": true, |
3 | 5 | "scripts": { |
4 | | - "start:dev": "concurrently \"next\" \"yarn generate --watch\"", |
| 6 | + "start:dev": "next", |
5 | 7 | "start:local": "API_URL=http://127.0.0.1:4000/graphql WS_URL=ws://127.0.0.1:4000/graphql next", |
6 | 8 | "build": "next build", |
7 | 9 | "export": "next export", |
8 | 10 | "start": "next start", |
9 | | - "format": "prettier --write \"**/*.{js,json,ts,tsx}\"", |
10 | 11 | "generate": "graphql-codegen", |
| 12 | + "format": "prettier --write \"**/*.{js,json,ts,tsx}\"", |
11 | 13 | "check": "yarn run check:types", |
12 | | - "check:types": "tsc --noEmit" |
| 14 | + "check:cs": "prettier --check \"**/*.{js,json,ts,tsx}\"", |
| 15 | + "check:types": "tsc --noEmit", |
| 16 | + "check:tests": "true" |
13 | 17 | }, |
14 | 18 | "dependencies": { |
15 | 19 | "@apollo/react-hooks": "^3.1.3", |
16 | 20 | "@apollo/react-ssr": "^3.1.3", |
| 21 | + "@gitlab-merger-bot/common": "*", |
| 22 | + "@gitlab-merger-bot/server": "*", |
17 | 23 | "@material-ui/core": "^4.9.0", |
18 | 24 | "@material-ui/icons": "^4.5.1", |
19 | 25 | "apollo-cache-inmemory": "^1.6.5", |
|
24 | 30 | "isomorphic-unfetch": "^3.0.0", |
25 | 31 | "next": "^9.2.1", |
26 | 32 | "react": "^16.12.0", |
27 | | - "react-dom": "^16.12.0", |
28 | | - "react-number-format": "^4.4.1", |
29 | | - "subscriptions-transport-ws": "^0.9.16", |
30 | | - "taghiro": "^0.3.1" |
| 33 | + "react-dom": "^16.12.0" |
31 | 34 | }, |
32 | 35 | "devDependencies": { |
33 | 36 | "@graphql-codegen/cli": "^1.12.1", |
|
36 | 39 | "@types/node": "^13.7.0", |
37 | 40 | "@types/react": "^16.9.19", |
38 | 41 | "apollo-utilities": "^1.3.3", |
39 | | - "concurrently": "^5.1.0", |
40 | 42 | "graphql": "^14.6.0", |
41 | 43 | "typescript": "^3.8.3" |
42 | 44 | } |
|
0 commit comments