|
10 | 10 | "emulated": "cross-env NODE_OPTIONS='--inspect=9230' NEXT_PUBLIC_CCD_EMULATED=true FIREBASE_AUTH_EMULATOR_HOST='localhost:9099' FIREBASE_DATABASE_EMULATOR_HOST='localhost:9000' FIRESTORE_EMULATOR_HOST='localhost:8080' next", |
11 | 11 | "build": "next build", |
12 | 12 | "start": "next start -p 3000", |
13 | | - "lint": "eslint . --quiet --ext .ts,.tsx && tsc --noEmit" |
| 13 | + "lint": "next lint" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@babel/core": "^7.12.10", |
17 | | - "@babel/preset-env": "^7.12.11", |
18 | | - "@babel/preset-react": "^7.12.10", |
19 | | - "@mapbox/rehype-prism": "^0.6.0", |
20 | | - "@mdx-js/runtime": "^2.0.0-next.8", |
21 | | - "@stripe/stripe-js": "^1.16.0", |
22 | | - "@tailwindcss/forms": "^0.2.1", |
23 | | - "@tailwindcss/typography": "^0.3.1", |
24 | | - "@tanem/react-nprogress": "^3.0.79", |
| 16 | + "@mapbox/rehype-prism": "^0.8.0", |
| 17 | + "@stripe/stripe-js": "^1.19.1", |
| 18 | + "@tailwindcss/forms": "^0.3.4", |
| 19 | + "@tailwindcss/typography": "^0.4.1", |
| 20 | + "@tanem/react-nprogress": "^3.0.80", |
25 | 21 | "algoliasearch": "^4.8.3", |
26 | 22 | "array-move": "^3.0.1", |
27 | 23 | "cloudinary-react": "^1.6.8", |
|
62 | 58 | "video.js": "^7.11.4" |
63 | 59 | }, |
64 | 60 | "devDependencies": { |
65 | | - "@fullhuman/postcss-purgecss": "^3.1.3", |
66 | 61 | "@next/bundle-analyzer": "^11.1.2", |
67 | 62 | "@next/eslint-plugin-next": "^11.1.2", |
68 | 63 | "@types/cookie": "^0.4.0", |
69 | 64 | "@types/js-cookie": "^2.2.6", |
70 | 65 | "@types/node": "^14.14.14", |
71 | | - "@types/react": "^16.9.56", |
72 | 66 | "@types/react-beautiful-dnd": "^13.0.0", |
73 | 67 | "@types/react-dom": "^17.0.0", |
74 | 68 | "@types/react-gtm-module": "^2.0.0", |
|
77 | 71 | "@types/react-transition-group": "^4.4.0", |
78 | 72 | "@types/uuid": "^8.3.0", |
79 | 73 | "@types/video.js": "^7.3.14", |
80 | | - "@typescript-eslint/eslint-plugin": "^4.8.2", |
81 | | - "@typescript-eslint/parser": "^4.8.2", |
82 | 74 | "autoprefixer": "^10.0.2", |
83 | | - "eslint": "^7.24.0", |
84 | | - "eslint-config-prettier": "^6.15.0", |
85 | | - "eslint-config-next": "^11.1.2", |
86 | | - "eslint-plugin-prettier": "^3.3.0", |
87 | | - "eslint-plugin-react": "^7.21.5", |
| 75 | + "eslint-config-next": "11.1.2", |
| 76 | + "eslint-config-prettier": "^8.3.0", |
88 | 77 | "postcss": "^8.2.1", |
89 | 78 | "postcss-preset-env": "^6.7.0", |
90 | 79 | "prettier": "^2.2.1", |
91 | | - "tailwindcss": "^2.0.2", |
| 80 | + "tailwindcss": "^2.2.16", |
92 | 81 | "typescript": "^4.3.5" |
93 | 82 | } |
94 | 83 | } |
0 commit comments