pvtchat/frontend/package.json
2023-06-07 06:46:37 +01:00

118 lines
3.6 KiB
JSON

{
"name": "@acrd/frontend",
"version": "0.6.0-pre-release",
"private": true,
"homepage": "https://acrd.app/",
"dependencies": {
"@acrd/types": "file:src/types",
"@craco/craco": "^5.9.0",
"@dvhb/craco-extend-scope": "^1.0.1",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@paypal/react-paypal-js": "^7.4.2",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/node": "^16.18.9",
"@types/react": "^17.0.52",
"@types/react-dom": "^18.0.9",
"axios": "^0.21.1",
"babel-plugin-react-scoped-css": "^1.1.1",
"classnames": "^2.3.1",
"clone": "^2.1.2",
"craco": "^0.0.3",
"craco-plugin-scoped-css": "^1.1.1",
"highlight.js": "^11.3.1",
"javascript-time-ago": "^2.3.8",
"moment": "^2.29.1",
"notistack": "^1.0.10",
"postcss-cli": "^9.1.0",
"raw-loader": "^4.0.2",
"rc-tooltip": "^5.1.1",
"react": "^17.0.2",
"react-contextmenu": "^2.14.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.12.1",
"react-modal": "^3.14.3",
"react-number-format": "^4.7.3",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-select": "^4.3.1",
"react-textarea-autosize": "^8.3.3",
"react-tooltip": "^4.2.21",
"react-tsparticles": "^2.6.0",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"socket.io-client": "^4.0.0",
"striptags": "^3.2.0",
"tsparticles": "^2.6.0",
"typescript": "^4.3.5",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "npm run start:dev",
"start:dev": "dotenv -e env/.env.dev craco start",
"start:prod": "dotenv -e env/.env.prod craco start",
"build": "npm run build:prod",
"build:dev": "dotenv -e env/.env.dev craco build",
"build:prod": "dotenv -e env/.env.prod craco build && cp build/index.html build/404.html",
"predeploy": "npm run build:prod",
"deploy": "echo acrd.app > ./build/CNAME && gh-pages -d build",
"test": "craco test",
"test:unit": "craco test --watchAll=false",
"test:e2e": "cypress open",
"eject": "react-scripts eject",
"watch:css": "postcss -w src/styles/tailwind.css -o src/styles/output.css"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@acrd/ion": "github:acrdapp/ion",
"@tailwindcss/jit": "^0.1.10",
"@testing-library/jest-dom": "^5.15.0",
"@types/chance": "^1.1.3",
"@types/clone": "^2.1.1",
"@types/cypress": "^1.1.3",
"@types/dom-mediacapture-record": "^1.0.10",
"@types/javascript-time-ago": "^2.0.3",
"@types/mocha": "^9.0.0",
"@types/promise-timeout": "^1.3.0",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-modal": "^3.12.1",
"@types/react-router-dom": "^5.1.8",
"@types/react-select": "^4.0.17",
"@types/socket.io-client": "^3.0.0",
"autoprefixer": "^10.4.0",
"chance": "^1.1.8",
"cypress": "^12.1.0",
"dotenv-cli": "^4.0.0",
"gh-pages": "^4.0.0",
"postcss": "^8.4.5",
"sazerac": "^2.0.0",
"tailwindcss": "^3.3.2"
},
"optionalDependencies": {
"@material-ui/core": "^4.12.3",
"fsevents": "^2.3.2"
}
}