mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 02:47:58 -05:00
119 lines
3.5 KiB
JSON
119 lines
3.5 KiB
JSON
{
|
|
"name": "siv-demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"cypress": "cypress open --config-file cypress/cypress-config.json",
|
|
"dev": "next dev",
|
|
"e2e": "cypress run --config-file cypress/cypress-config.json",
|
|
"format": "prettier --write **/*.{js,ts,tsx}",
|
|
"postinstall": "patch-package",
|
|
"lint": "eslint . --ext ts --ext tsx --ext js",
|
|
"start": "next start",
|
|
"test": "yarn lint && yarn typecheck && yarn e2e",
|
|
"typecheck": "tsc --pretty --noEmit"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-push": "yarn lint && yarn typecheck"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "17.0.14",
|
|
"@types/react-dom": "17.0.14"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "~4.7",
|
|
"@fingerprintjs/fingerprintjs-pro": "^3.5.1",
|
|
"@material-ui/core": "^4",
|
|
"@mdx-js/loader": "^2.0.0",
|
|
"@next/mdx": "^11.0.1",
|
|
"@noble/ed25519": "1.6.0",
|
|
"@peculiar/webcrypto": "^1.1.7",
|
|
"@sentry/browser": "^6.0.2",
|
|
"@sentry/tracing": "^6.0.2",
|
|
"@supabase/supabase-js": "^1.21.3",
|
|
"@types/bluebird": "^3.5.33",
|
|
"@types/lodash-es": "^4.17.3",
|
|
"@types/react": "17",
|
|
"bigint-mod-arith": "^3.0.2",
|
|
"bluebird": "^3.7.2",
|
|
"codemirror": "^5.62.2",
|
|
"cookies": "^0.8.0",
|
|
"cypress-mailslurp": "^1.3.0",
|
|
"email-validator": "^2.0.4",
|
|
"firebase-admin": "^9.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash-es": "^4.17.15",
|
|
"mailgun-js": "^0.22.0",
|
|
"moment": "^2.29.1",
|
|
"next": "11",
|
|
"next-transpile-modules": "8",
|
|
"patch-package": "^6.4.7",
|
|
"pdf-lib": "^1.16.0",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"pusher": "^4.0.2",
|
|
"pusher-js": "^7.0.2",
|
|
"react": "^17",
|
|
"react-codemirror2": "scniro/react-codemirror2#0f2bb13",
|
|
"react-dom": "^17",
|
|
"react-flip-move": "^3.0.4",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-scroll": "^1.8.3",
|
|
"react-signature-pad-wrapper": "^1.3.0",
|
|
"react-simple-code-editor": "^0.11.0",
|
|
"smoothscroll-polyfill": "^0.4.4",
|
|
"swr": "^0.4.0",
|
|
"throat": "^6.0.1",
|
|
"timeago-react": "^3.0.4",
|
|
"timeago.js": "^4.0.2",
|
|
"ua-parser-js": "^0.7.28"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookies": "^0.7.6",
|
|
"@types/jsonwebtoken": "^8.5.1",
|
|
"@types/mailgun-js": "^0.22.10",
|
|
"@types/node": "^13.9.5",
|
|
"@types/react-linkify": "^1.0.0",
|
|
"@types/react-scroll": "^1.8.2",
|
|
"@types/smoothscroll-polyfill": "^0.3.1",
|
|
"@types/ua-parser-js": "^0.7.36",
|
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
"@typescript-eslint/parser": "^5",
|
|
"autoprefixer": "^10.4.14",
|
|
"cypress": "9.4.1",
|
|
"cypress-localstorage-commands": "^1.6.1",
|
|
"dotenv": "^16.0.0",
|
|
"eslint": "^8",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-react": "^7.20.1",
|
|
"eslint-plugin-sort-destructure-keys": "^1.3.5",
|
|
"eslint-plugin-sort-keys-fix": "^1.1.1",
|
|
"eslint-plugin-typescript-sort-keys": "^2",
|
|
"husky": "^4.2.3",
|
|
"import-sort-style-module": "^6.0.0",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.0.2",
|
|
"prettier-plugin-import-sort": "^0.0.4",
|
|
"prettier-plugin-packagejson": "^2.2.5",
|
|
"tailwindcss": "^3.3.1",
|
|
"typescript": "~4.4"
|
|
},
|
|
"importSort": {
|
|
".js, .jsx, .ts, .tsx": {
|
|
"style": "module",
|
|
"parser": "typescript"
|
|
}
|
|
}
|
|
}
|