|
1 | 1 | { |
2 | 2 | "name": "@idea2app/ows", |
3 | | - "version": "2.0.0-rc", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "React project scaffold based on TypeScript, Next.js, Bootstrap & Workbox.", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | | - "@sentry/nextjs": "^8.42.0", |
| 7 | + "@sentry/nextjs": "^8.45.0", |
8 | 8 | "classnames": "^2.5.1", |
9 | 9 | "core-js": "^3.39.0", |
10 | 10 | "file-type": "^19.6.0", |
11 | 11 | "idea-react": "^2.0.0-rc.8", |
12 | | - "koajax": "^3.1.0", |
| 12 | + "koajax": "^3.1.1", |
13 | 13 | "less": "^4.2.1", |
14 | 14 | "less-loader": "^12.2.0", |
15 | 15 | "mobx": "^6.13.5", |
16 | 16 | "mobx-github": "^0.3.5", |
17 | 17 | "mobx-i18n": "^0.6.0", |
18 | 18 | "mobx-lark": "^2.0.0", |
19 | | - "mobx-react": "^9.1.1", |
| 19 | + "mobx-react": "^9.2.0", |
20 | 20 | "mobx-restful": "^2.0.0", |
21 | 21 | "mobx-restful-table": "^2.0.1", |
22 | | - "next": "^15.0.3", |
| 22 | + "next": "^15.1.0", |
23 | 23 | "next-pwa": "~5.6.0", |
24 | 24 | "next-ssr-middleware": "^0.8.9", |
25 | 25 | "next-with-less": "^3.0.1", |
|
28 | 28 | "react-dom": "^18.3.1", |
29 | 29 | "react-marked-renderer": "^2.0.1", |
30 | 30 | "web-utility": "^4.4.2", |
31 | | - "webpack": "^5.96.1" |
| 31 | + "webpack": "^5.97.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@babel/plugin-proposal-decorators": "^7.25.9", |
35 | | - "@babel/plugin-transform-typescript": "^7.25.9", |
36 | | - "@babel/preset-react": "^7.25.9", |
37 | | - "@eslint/compat": "^1.2.3", |
| 35 | + "@babel/plugin-transform-typescript": "^7.26.3", |
| 36 | + "@babel/preset-react": "^7.26.3", |
| 37 | + "@eslint/compat": "^1.2.4", |
38 | 38 | "@eslint/eslintrc": "^3.2.0", |
39 | 39 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
40 | 40 | "@types/eslint-config-prettier": "^6.11.3", |
41 | 41 | "@types/eslint__eslintrc": "^2.1.2", |
42 | 42 | "@types/next-pwa": "^5.6.9", |
43 | | - "@types/node": "^20.17.9", |
| 43 | + "@types/node": "^20.17.10", |
44 | 44 | "@types/react": "^18.3.12", |
45 | | - "eslint": "^9.16.0", |
46 | | - "eslint-config-next": "^15.0.3", |
| 45 | + "eslint": "^9.17.0", |
| 46 | + "eslint-config-next": "^15.1.0", |
47 | 47 | "eslint-config-prettier": "^9.1.0", |
48 | 48 | "eslint-plugin-simple-import-sort": "^12.1.1", |
49 | 49 | "globals": "^15.13.0", |
50 | 50 | "husky": "^9.1.7", |
51 | | - "lint-staged": "^15.2.10", |
52 | | - "prettier": "^3.4.1", |
| 51 | + "lint-staged": "^15.2.11", |
| 52 | + "prettier": "^3.4.2", |
53 | 53 | "prettier-plugin-css-order": "^2.1.2", |
54 | 54 | "typescript": "~5.7.2", |
55 | | - "typescript-eslint": "^8.17.0" |
| 55 | + "typescript-eslint": "^8.18.0" |
56 | 56 | }, |
57 | 57 | "prettier": { |
58 | 58 | "singleQuote": true, |
|
67 | 67 | "*.{html,md,less,json,yml,js,mjs,ts,tsx}": "prettier --write" |
68 | 68 | }, |
69 | 69 | "scripts": { |
70 | | - "prepare": "husky", |
| 70 | + "prepare": "husky && touch .env.local", |
71 | 71 | "dev": "next dev", |
72 | 72 | "build": "next build", |
73 | 73 | "export": "next build && next export", |
|
0 commit comments