|
1 | 1 | { |
2 | 2 | "name": "pwa-boilerplate", |
3 | 3 | "description": "PWA Boilerplate", |
4 | | - "version": "0.2.0", |
| 4 | + "version": "0.3.0", |
5 | 5 | "license": "MIT", |
6 | 6 | "dependencies": { |
7 | 7 | "@svgr/webpack": "5.5.0", |
8 | 8 | "html-react-parser": "^1.2.3", |
9 | 9 | "jstoxml": "^2.0.3", |
10 | | - "next": "^10.0.5", |
| 10 | + "next": "^11.0.0", |
11 | 11 | "raw-loader": "^4.0.2", |
12 | 12 | "react": "^17.0.1", |
13 | 13 | "react-dom": "^17.0.1", |
14 | 14 | "react-redux": "^7.2.3", |
15 | 15 | "redux": "^4.0.5", |
16 | 16 | "redux-thunk": "^2.3.0", |
17 | 17 | "sass": "^1.32.13", |
18 | | - "typescript": "~4.2.4", |
| 18 | + "typescript": "^4.3.2", |
19 | 19 | "workbox-core": "^6.1.2", |
20 | 20 | "workbox-expiration": "^6.0.2", |
21 | 21 | "workbox-precaching": "^6.0.2", |
|
33 | 33 | "@typescript-eslint/parser": "^4.18.0", |
34 | 34 | "eslint": "^7.23.0", |
35 | 35 | "eslint-config-airbnb": "^18.2.1", |
| 36 | + "eslint-config-next": "^11.0.1", |
36 | 37 | "eslint-plugin-flowtype": "5.7.0", |
37 | 38 | "eslint-plugin-import": "^2.23.2", |
38 | 39 | "eslint-plugin-jsx-a11y": "6.4.1", |
39 | 40 | "eslint-plugin-react": "^7.22.0", |
40 | 41 | "eslint-plugin-react-hooks": "^4.2.0" |
41 | 42 | }, |
42 | 43 | "scripts": { |
43 | | - "development": "NODE_ENV=development next", |
| 44 | + "dev": "NODE_ENV=development next", |
44 | 45 | "start": "NODE_ENV=production next start", |
45 | 46 | "build": "next build", |
46 | 47 | "eslint": "eslint ./src" |
|
0 commit comments