|
1 | 1 | { |
2 | 2 | "private": true, |
3 | | - "packageManager": "yarn@1.22.22", |
4 | 3 | "license": "CC", |
5 | 4 | "scripts": { |
6 | 5 | "analyze": "ANALYZE=true next build", |
|
65 | 64 | "asyncro": "^3.0.0", |
66 | 65 | "autoprefixer": "^10.4.2", |
67 | 66 | "babel-eslint": "10.x", |
68 | | -<<<<<<< HEAD |
69 | | - "editorconfig-checker": "^6.0.0", |
70 | | -======= |
| 67 | + "editorconfig-checker": "^6.0.1", |
71 | 68 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
72 | | ->>>>>>> ab18d2f0f5151ab0c927a12eb0a64f8170762eff |
73 | 69 | "eslint": "7.x", |
74 | 70 | "eslint-config-next": "12.0.3", |
75 | 71 | "eslint-config-react-app": "^5.2.1", |
|
104 | 100 | "retext-smartypants": "^4.0.0", |
105 | 101 | "rss": "^1.2.2", |
106 | 102 | "tailwindcss": "^3.4.1", |
107 | | -<<<<<<< HEAD |
108 | 103 | "textlint": "^14.0.4", |
109 | 104 | "textlint-filter-rule-comments": "^1.2.2", |
110 | 105 | "textlint-rule-allowed-uris": "^1.0.7", |
111 | 106 | "textlint-tester": "^14.0.4", |
112 | | - "typescript": "^4.0.2", |
113 | | -======= |
114 | 107 | "typescript": "^5.7.2", |
115 | | ->>>>>>> ab18d2f0f5151ab0c927a12eb0a64f8170762eff |
116 | 108 | "unist-util-visit": "^2.0.3", |
117 | 109 | "webpack-bundle-analyzer": "^4.5.0" |
118 | 110 | }, |
|
123 | 115 | "budget": null, |
124 | 116 | "budgetPercentIncreaseRed": 10, |
125 | 117 | "showDetails": true |
126 | | -<<<<<<< HEAD |
127 | | - } |
128 | | -======= |
129 | | - }, |
130 | | - "lint-staged": { |
131 | | - "*.{js,ts,jsx,tsx,css}": "yarn prettier", |
132 | | - "src/**/*.md": "yarn fix-headings" |
133 | 118 | }, |
134 | 119 | "packageManager": "yarn@1.22.22" |
135 | | ->>>>>>> ab18d2f0f5151ab0c927a12eb0a64f8170762eff |
136 | 120 | } |
0 commit comments