|
13 | 13 | "build:with18n": "npm run i18n && next build", |
14 | 14 | "build.prod": "cross-env NODE_ENV=production next build", |
15 | 15 | "build.dev": "cross-env NODE_ENV=dev next build", |
| 16 | + "build.ci": "cross-env NODE_ENV=ci next build", |
16 | 17 | "launch": "cross-env NODE_ENV=production next start -p ${SERVE_PORT}", |
17 | 18 | "launch.dev": "cross-env NODE_ENV=dev SERVE_PORT=${SERVE_PORT} node server", |
18 | 19 | "launch.prod": "cross-env NODE_ENV=production SERVE_PORT=${SERVE_PORT} node server", |
|
44 | 45 | "@sentry/node": "^4.6.4", |
45 | 46 | "@zeit/next-source-maps": "0.0.4-canary.1", |
46 | 47 | "accepts": "^1.3.4", |
| 48 | + "acorn": "^6.1.1", |
47 | 49 | "antd": "3.8.4", |
48 | 50 | "apollo-cache-inmemory": "1.5.1", |
49 | 51 | "apollo-client": "2.5.1", |
|
78 | 80 | "mobx-react-lite": "^1.2.0", |
79 | 81 | "mobx-state-tree": "3.10.1", |
80 | 82 | "module-alias": "^2.0.1", |
81 | | - "next": "8.1.1-canary.47", |
| 83 | + "next": "8.1.0", |
82 | 84 | "next-compose-plugins": "^2.2.0", |
83 | 85 | "next-offline": "^4.0.2", |
84 | 86 | "next-progressbar": "^1.0.0", |
|
121 | 123 | "uuid": "^3.3.2" |
122 | 124 | }, |
123 | 125 | "devDependencies": { |
124 | | - "@babel/core": "^7.2.2", |
| 126 | + "@babel/core": "7.2.2", |
125 | 127 | "@babel/plugin-proposal-decorators": "^7.1.0", |
126 | 128 | "@commitlint/cli": "^7.0.0", |
127 | 129 | "@commitlint/config-conventional": "^8.0.0", |
|
0 commit comments