mirror of
https://github.com/le0pard/pgtune.git
synced 2025-06-30 22:26:27 +00:00
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "pgtune",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "pgtune website",
|
|
"author": "Alexey Vasiliev",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "pnpify run prettier --check src postcss.config.js jest.config.js && eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"format": "pnpify run prettier --write src postcss.config.js jest.config.js",
|
|
"test": "node --experimental-vm-modules $(yarn bin jest) -c jest.config.js"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@reduxjs/toolkit": "^2.8.2",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"@vituum/vite-plugin-liquid": "^1.1.0",
|
|
"@yarnpkg/pnpify": "^4.1.5",
|
|
"classnames": "^2.5.1",
|
|
"clipboard": "^2.0.11",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.4.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"formik": "^2.4.6",
|
|
"highlight.js": "^11.11.1",
|
|
"jest": "^30.0.3",
|
|
"lodash-es": "^4.17.21",
|
|
"normalize.css": "^8.0.1",
|
|
"postcss": "^8.5.6",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-load-config": "^6.0.1",
|
|
"postcss-preset-env": "^10.2.4",
|
|
"prettier": "^3.6.2",
|
|
"prop-types": "^15.8.1",
|
|
"react-redux": "^9.2.0",
|
|
"react-router": "^7.6.3",
|
|
"react-router-dom": "^7.6.3",
|
|
"redux-logger": "^3.0.6",
|
|
"terser": "^5.43.1",
|
|
"vite": "^7.0.0",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vituum": "^1.2.0",
|
|
"workbox-core": "^7.3.0",
|
|
"workbox-precaching": "^7.3.0",
|
|
"workbox-webpack-plugin": "^7.3.0",
|
|
"workbox-window": "^7.3.0",
|
|
"yup": "^1.6.1"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
}
|