|
27 | 27 | "buffer": "6.0.3", |
28 | 28 | "connected-react-router": "6.9.3", |
29 | 29 | "crypto-browserify": "3.12.1", |
30 | | - "eslint-formatter-codeframe": "7.32.1", |
31 | 30 | "fuse.js": "6.0.4", |
32 | | - "globals": "16.1.0", |
33 | 31 | "history": "4.10.1", |
34 | 32 | "js-cookie": "3.0.5", |
35 | 33 | "js-yaml": "4.1.1", |
|
49 | 47 | "react-helmet": "6.1.0", |
50 | 48 | "react-highlight-words": "0.20.0", |
51 | 49 | "react-hot-keys": "2.7.3", |
52 | | - "react-hot-loader": "4.13.1", |
53 | 50 | "react-lazylog": "4.5.3", |
54 | 51 | "react-linkify": "0.2.2", |
55 | 52 | "react-redux": "8.0.7", |
|
60 | 57 | "redoc": "2.4.0", |
61 | 58 | "redux": "4.2.1", |
62 | 59 | "redux-debounce": "1.0.1", |
63 | | - "redux-mock-store": "1.5.5", |
64 | 60 | "redux-thunk": "2.4.2", |
65 | 61 | "stream-browserify": "3.0.0", |
66 | 62 | "styled-components": "6.1.19", |
|
74 | 70 | "devDependencies": { |
75 | 71 | "@babel/core": "7.26.10", |
76 | 72 | "@babel/eslint-parser": "7.26.10", |
77 | | - "@babel/plugin-proposal-class-properties": "7.18.6", |
78 | | - "@babel/plugin-syntax-dynamic-import": "7.8.3", |
79 | 73 | "@babel/preset-env": "7.26.9", |
80 | 74 | "@babel/preset-react": "7.27.1", |
81 | 75 | "@pollyjs/adapter-fetch": "6.0.7", |
|
95 | 89 | "eslint": "9.32.0", |
96 | 90 | "eslint-config-airbnb": "19.0.4", |
97 | 91 | "eslint-config-prettier": "10.1.8", |
| 92 | + "eslint-formatter-codeframe": "7.32.1", |
98 | 93 | "eslint-plugin-import": "2.31.0", |
99 | 94 | "eslint-plugin-jest": "28.13.5", |
100 | 95 | "eslint-plugin-jsx-a11y": "6.10.2", |
101 | 96 | "eslint-plugin-prettier": "4.2.5", |
102 | 97 | "eslint-plugin-react": "7.37.5", |
103 | 98 | "fetch-mock": "9.4.0", |
| 99 | + "globals": "16.1.0", |
104 | 100 | "html-loader": "5.1.0", |
105 | 101 | "jest": "29.7.0", |
106 | 102 | "jest-environment-jsdom": "29.7.0", |
107 | 103 | "jest-environment-puppeteer": "11.0.0", |
108 | 104 | "jest-puppeteer": "11.0.0", |
109 | 105 | "markdownlint-cli": "0.43.0", |
110 | | - "path": "0.12.7", |
111 | 106 | "prettier": "2.2.1", |
112 | 107 | "puppeteer": "24.2.1", |
| 108 | + "redux-mock-store": "1.5.5", |
113 | 109 | "sass": "1.93.2", |
114 | 110 | "sass-loader": "16.0.6", |
115 | 111 | "setup-polly-jest": "0.11.0", |
116 | 112 | "style-loader": "4.0.0", |
117 | 113 | "webpack-merge": "6.0.1" |
118 | 114 | }, |
119 | 115 | "scripts": { |
| 116 | + "preinstall": "npx only-allow pnpm", |
120 | 117 | "build": "rspack build --mode production", |
121 | 118 | "build:dev": "rspack build --mode development", |
122 | 119 | "format": "prettier --write \"**/*.{css,html,js,jsx,json,md,yaml,yml}\"", |
|
0 commit comments