|
3 | 3 | "version":"1.0.13",
|
4 | 4 | "license":"Apache License 2.0",
|
5 | 5 | "scripts": {
|
6 |
| -"dev":"cross-env NODE_ENV=devnext dev", |
7 |
| -"dev.boost":"next-boost", |
| 6 | +"dev":"next dev", |
| 7 | +"dev2":"next dev --turbo", |
8 | 8 | "ci":"cross-env NODE_ENV=ci node server",
|
9 | 9 | "update.version":"node -p\"'export const APP_VERSION = ' + JSON.stringify(require('./package.json').version)\" > config/version.ts",
|
10 | 10 | "build":"next build",
|
|
16 | 16 | "serve":"cross-env NODE_ENV=production next start -p ${SERVE_PORT}",
|
17 | 17 | "serve.dev":"cross-env NODE_ENV=dev next start -p ${SERVE_PORT}",
|
18 | 18 | "serve.prod.server":"cross-env NODE_ENV=production SERVE_PORT=${SERVE_PORT} node server",
|
19 |
| -"serve.prod.boost":"cross-env NODE_ENV=production next-boost -p ${SERVE_PORT}", |
20 | 19 | "serve.prod":"cross-env NODE_ENV=production next start -p ${SERVE_PORT}",
|
21 | 20 | "dist":"next build && next export -o\"build\"",
|
22 | 21 | "start":"NODE_ENV=production node server.js",
|
|
42 | 41 | },
|
43 | 42 | "dependencies": {
|
44 | 43 | "@groupher/react-editor":"^1.1.30",
|
45 |
| -"@next-boost/hybrid-disk-cache":"^0.3.0", |
46 |
| -"@next-boost/next-boost":"^0.15.1", |
47 | 44 | "@next/bundle-analyzer":"^12.2.5",
|
48 | 45 | "@sentry/browser":"5.17.0",
|
49 | 46 | "@sentry/node":"5.17.0",
|
|
65 | 62 | "glob":"^7.1.2",
|
66 | 63 | "graphql":"^15.5.1",
|
67 | 64 | "graphql-request":"3.5.0",
|
68 |
| -"graphql-voyager":"^1.0.0-rc.31", |
69 | 65 | "izitoast":"^1.4.0",
|
70 | 66 | "mastani-codehighlight":"0.0.7",
|
71 | 67 | "mobx":"^6.6.2",
|
72 | 68 | "mobx-react":"^7.5.3",
|
73 | 69 | "mobx-state-tree":"^5.1.6",
|
74 | 70 | "module-alias":"^2.0.1",
|
75 | 71 | "nanoid":"^3.1.12",
|
76 |
| -"next":"^12.2.5", |
| 72 | +"next":"^13.0.0", |
77 | 73 | "next-compose-plugins":"^2.2.0",
|
78 | 74 | "next-i18next":"4.4.1",
|
79 | 75 | "next-pwa":"^5.4.4",
|
|
85 | 81 | "promise-timeout":"^1.3.0",
|
86 | 82 | "prop-types":"^15.5.10",
|
87 | 83 | "pubsub-js":"^1.9.3",
|
88 |
| -"qrcode.react":"^1.0.1", |
| 84 | +"qrcode.react":"^3.1.0", |
89 | 85 | "ramda":"0.26.1",
|
90 | 86 | "react":"^18.2.0",
|
91 |
| -"react-animation":"^1.2.2", |
92 |
| -"react-calendar-heatmap":"1.8.1", |
93 |
| -"react-content-loader":"3.4.2", |
| 87 | +"@groupher/react-animation":"^1.2.3", |
| 88 | +"react-calendar-heatmap":"1.9.0", |
| 89 | +"react-content-loader":"6.2.0", |
94 | 90 | "react-copy-to-clipboard":"^5.0.3",
|
95 | 91 | "react-device-detect":"^2.1.2",
|
96 | 92 | "react-dom":"^18.2.0",
|
97 |
| -"react-highlight-words":"^0.16.0", |
98 |
| -"react-lazy-load-image-component":"1.5.0", |
99 |
| -"react-masonry-component":"^6.0.1", |
| 93 | +"react-highlight-words":"^0.18.0", |
| 94 | +"react-lazy-load-image-component":"1.5.5", |
100 | 95 | "react-masonry-css":"^1.0.14",
|
101 |
| -"react-pin-field":"1.0.6", |
102 |
| -"react-resize-detector":"4.2.3", |
103 |
| -"react-select":"^3.1.0", |
104 |
| -"react-sortable-hoc":"1.7.1", |
105 |
| -"react-svg":"11.1.2", |
106 |
| -"react-swipeable":"^5.5.1", |
| 96 | +"react-pin-field":"3.0.16", |
| 97 | +"react-resize-detector":"7.1.2", |
| 98 | +"react-select":"^5.5.7", |
| 99 | +"react-svg":"15.1.10", |
| 100 | +"react-swipeable":"^7.0.0", |
107 | 101 | "react-textarea-autosize":"^8.3.0",
|
108 | 102 | "react-tooltip":"^4.2.21",
|
109 | 103 | "react-trend":"^1.2.4",
|
110 |
| -"react-use":"15.1.1", |
111 |
| -"react-useportal":"^1.0.13", |
112 |
| -"react-waypoint":"9.0.2", |
| 104 | +"react-use":"17.4.0", |
| 105 | +"react-portal":"^4.2.2", |
| 106 | +"react-waypoint":"^10.3.0", |
113 | 107 | "remarkable":"2.0.0",
|
114 | 108 | "remarkable-emoji":"^0.1.3",
|
115 | 109 | "remarkable-mentions":"^0.1.0",
|
|
145 | 139 | "cypress":"^8.1.0",
|
146 | 140 | "cz-conventional-changelog":"^3.0.0",
|
147 | 141 | "enzyme":"3.11.0",
|
148 |
| -"enzyme-adapter-react-16":"1.15.2", |
| 142 | +"@cfaester/enzyme-adapter-react-18":"0.5.1", |
149 | 143 | "enzyme-to-json":"^3.3.4",
|
150 | 144 | "eslint":"^8.23.0",
|
151 |
| -"eslint-config-next":"^12.2.5", |
| 145 | +"eslint-config-next":"^13.0.0", |
152 | 146 | "husky":"^3.0.0",
|
153 | 147 | "jest":"26.2.2",
|
154 | 148 | "npm-run-all":"^4.1.1",
|
155 | 149 | "plop":"2.7.4",
|
156 | 150 | "prettier":"2.3.2",
|
157 | 151 | "pretty-quick":"^1.10.0",
|
158 |
| -"react-test-renderer":"16.10.0", |
| 152 | +"react-test-renderer":"18.2.0", |
159 | 153 | "shelljs":"0.8.4",
|
160 | 154 | "standard-version":"^8.0.1",
|
161 | 155 | "start-server-and-test":"1.12.1",
|
|