mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.9 to 15.2.10. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.9...v15.2.10) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
126 lines
3.8 KiB
JSON
126 lines
3.8 KiB
JSON
{
|
|
"name": "open_sign",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@lottiefiles/dotlottie-react": "^0.8.9",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@radix-ui/themes": "^3.1.3",
|
|
"@react-pdf/renderer": "^3.4.4",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"axios": "^1.7.5",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^23.14.0",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"i18next-http-backend": "^2.6.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"moment": "^2.30.1",
|
|
"nth-check": "^2.1.1",
|
|
"parse": "^5.3.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"print-js": "^1.6.0",
|
|
"radix-ui": "^1.0.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.10.4",
|
|
"react-confetti": "^6.1.0",
|
|
"react-cookie": "^7.2.0",
|
|
"react-datepicker": "^7.3.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dnd-multi-backend": "^8.0.3",
|
|
"react-dnd-touch-backend": "^16.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-gtm-module": "^2.0.11",
|
|
"react-helmet": "^6.1.0",
|
|
"react-i18next": "^15.0.1",
|
|
"react-konva": "^18.2.10",
|
|
"react-pdf": "^9.1.0",
|
|
"react-quill-new": "^3.3.0",
|
|
"react-redux": "^9.1.2",
|
|
"react-rnd": "^10.4.11",
|
|
"react-router-dom": "^6.26.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-scrollbars-custom": "^4.1.1",
|
|
"react-select": "^5.8.0",
|
|
"react-signature-canvas": "^1.0.6",
|
|
"react-tooltip": "^5.28.0",
|
|
"react-web-share": "^2.0.2",
|
|
"reactour": "^1.19.4",
|
|
"redux": "^5.0.1",
|
|
"redux-thunk": "^3.1.0",
|
|
"regex-parser": "^2.3.0",
|
|
"serve": "^14.2.3",
|
|
"styled-components": "^5.3.0",
|
|
"web-vitals": "^4.2.3",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"scripts": {
|
|
"build-webpack": "webpack --config webpack.config.js",
|
|
"build": "npm run version && npm run build-webpack && react-scripts build",
|
|
"build-watch": "webpack --config webpack.config.js --watch",
|
|
"start-dev": "concurrently \"npm run build-watch\" \"react-scripts start\"",
|
|
"start": "serve -s build",
|
|
"version": "curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\"tag_name\":' | awk -F '\"' '{print $4}' > ./public/version.txt",
|
|
"version-win": "powershell -Command \"Invoke-RestMethod -Uri 'https://api.github.com/repos/opensignlabs/opensign/releases/latest' | Select-Object -ExpandProperty tag_name | Out-File -FilePath ./public/version.txt\"",
|
|
"build-win": "npm run version-win && npm run build-webpack && react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"release": "standard-version",
|
|
"commit": "cz"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.4",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/runtime-corejs2": "^7.25.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"babel-loader": "^9.1.3",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"commitizen": "^4.3.0",
|
|
"concurrently": "^8.2.2",
|
|
"css-loader": "^7.1.2",
|
|
"daisyui": "^4.12.10",
|
|
"dotenv": "^16.4.5",
|
|
"dotenv-webpack": "^8.1.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react": "^7.34.3",
|
|
"lint-staged": "^15.2.10",
|
|
"mini-css-extract-plugin": "^2.9.1",
|
|
"postcss": "^8.4.45",
|
|
"prettier": "^3.3.3",
|
|
"pretty-quick": "^4.0.0",
|
|
"tailwindcss": "^3.4.10",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"overrides": {
|
|
"nth-check": "$nth-check",
|
|
"ws": "$ws"
|
|
}
|
|
}
|