64 lines
2.2 KiB
JSON
64 lines
2.2 KiB
JSON
{
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22",
|
|
"npm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"lint": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --cache",
|
|
"fix": "eslint --ignore-pattern node_modules --ignore-pattern dist --ext .js --ext .jsx --ext tsx --ext ts . --quiet --fix --cache",
|
|
"check-types": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
"@emotion/core": "10.0.28",
|
|
"@eslint/js": "^9.25.1",
|
|
"@rollup/plugin-replace": "^6.0.2",
|
|
"@types/node": "14.0.20",
|
|
"@types/react": "^17",
|
|
"@types/react-dom": "^17",
|
|
"@types/react-intl": "3.0.0",
|
|
"@types/react-redux": "7.1.9",
|
|
"@types/react-router-dom": "5.1.5",
|
|
"@types/react-transition-group": "4.4.0",
|
|
"@typescript-eslint/eslint-plugin": "3.6.0",
|
|
"@typescript-eslint/parser": "3.6.0",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"bootstrap": "5.1.3",
|
|
"core-js": "3.6.5",
|
|
"css-loader": "7.1.2",
|
|
"eslint": "^9.26.0",
|
|
"eslint-plugin-import": "2.22.0",
|
|
"eslint-plugin-react": "7.20.3",
|
|
"eslint-plugin-react-hooks": "4.0.6",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"file-loader": "6.0.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"loop-plugin-sdk": "https://artifacts.wilix.dev/repository/npm-public-loop/loop-plugin-sdk/-/loop-plugin-sdk-0.1.6.tgz",
|
|
"moment-timezone": "^0.5.48",
|
|
"react": "17.0.2",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-dom": "17.0.2",
|
|
"react-intl": "6.8.9",
|
|
"react-redux": "8.1.3",
|
|
"redux": "4.2.1",
|
|
"sass": "1.86.0",
|
|
"sass-loader": "13.0.2",
|
|
"style-loader": "1.2.1",
|
|
"styled-components": "6.1.16",
|
|
"typescript": "4.9.5",
|
|
"typescript-eslint": "^8.31.1",
|
|
"vite": "^6.3.1",
|
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
"vite-plugin-externals": "^0.6.2"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^2.1.1",
|
|
"redux-batched-actions": "^0.5.0"
|
|
},
|
|
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
|
|
}
|