mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
100 lines
2.9 KiB
JSON
100 lines
2.9 KiB
JSON
{
|
|
"name": "open_sign",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@radix-ui/themes": "^2.0.3",
|
|
"@react-pdf/renderer": "^3.4.4",
|
|
"@reduxjs/toolkit": "^2.2.5",
|
|
"axios": "^1.7.1",
|
|
"file-saver": "^2.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"moment": "^2.30.1",
|
|
"parse": "^5.1.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"print-js": "^1.6.0",
|
|
"radix-ui": "^1.0.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.10.2",
|
|
"react-confetti": "^6.1.0",
|
|
"react-cookie": "^7.1.4",
|
|
"react-datepicker": "^6.9.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-konva": "^18.2.10",
|
|
"react-modal": "^3.16.1",
|
|
"react-pdf": "^7.7.3",
|
|
"react-quill": "^2.0.0",
|
|
"react-redux": "^9.1.2",
|
|
"react-rnd": "^10.4.10",
|
|
"react-router-dom": "^6.22.3",
|
|
"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.26.4",
|
|
"react-web-share": "^2.0.2",
|
|
"reactour": "^1.19.3",
|
|
"redux": "^5.0.1",
|
|
"redux-thunk": "^3.1.0",
|
|
"regex-parser": "^2.3.0",
|
|
"serve": "^14.2.1",
|
|
"styled-components": "^4.4.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "serve -s build",
|
|
"start-dev": "react-scripts start",
|
|
"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": "npm run version && react-scripts build",
|
|
"build-win": "npm run version-win && 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/runtime-corejs2": "^7.24.5",
|
|
"autoprefixer": "^10.4.19",
|
|
"commitizen": "^4.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"lint-staged": "^15.2.2",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^2.8.8",
|
|
"pretty-quick": "^3.3.1",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|