mirror of
https://github.com/social-tw/social-tw-website.git
synced 2026-01-09 15:38:09 -05:00
100 lines
3.2 KiB
JSON
100 lines
3.2 KiB
JSON
{
|
|
"name": "@unirep-app/frontend",
|
|
"version": "1.0.0",
|
|
"description": "> TODO: description",
|
|
"author": "Unirep social TW",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/social-tw/social-tw-website.git"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "craco eject",
|
|
"lint:check": "eslint './src/**/*.{ts,tsx}'",
|
|
"lint:fix": "eslint ./src --fix",
|
|
"format": "prettier --write './**/*.{ts,tsx,js,jsx,json,css,md}'"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.1.0",
|
|
"@lexical/react": "^0.11.1",
|
|
"@szhsin/react-menu": "^4.1.0",
|
|
"@tanstack/react-query": "^5.36.1",
|
|
"@tanstack/react-query-devtools": "^5.37.1",
|
|
"@tanstack/react-table": "^8.17.3",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"@unirep-app/circuits": "^1.1.0",
|
|
"@unirep/core": "2.1.5-alpha-1",
|
|
"anondb": "^0.0.21",
|
|
"axios": "^1.7.2",
|
|
"boring-avatars": "^1.10.2",
|
|
"clsx": "^2.1.1",
|
|
"daisyui": "^4.11.1",
|
|
"dayjs": "^1.11.11",
|
|
"ethers": "5",
|
|
"framer-motion": "^11.2.0",
|
|
"iconoir-react": "^7.7.0",
|
|
"lexical": "^0.11.1",
|
|
"lodash": "^4.17.21",
|
|
"nanoid": "^5.0.7",
|
|
"poseidon-lite": "^0.2.0",
|
|
"react": "^18.3.1",
|
|
"react-countdown": "^2.3.5",
|
|
"react-datepicker": "^7.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.51.4",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^5.2.1",
|
|
"react-joyride": "^2.9.2",
|
|
"react-lines-ellipsis": "^0.15.4",
|
|
"react-markdown": "^9.0.1",
|
|
"react-router-dom": "^6.23.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-use": "^17.5.0",
|
|
"react-virtualized-auto-sizer": "^1.0.24",
|
|
"react-window": "^1.8.10",
|
|
"snarkjs": "^0.7.4",
|
|
"socket.io-client": "^4.7.5",
|
|
"web-vitals": "^2.1.0",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@craco/craco": "^7.1.0",
|
|
"@craco/types": "^7.1.0",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@testing-library/jest-dom": "^6.4.5",
|
|
"@testing-library/react": "^15.0.7",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^16.7.13",
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/react-lines-ellipsis": "^0.15.6",
|
|
"@types/react-window": "^1.8.8",
|
|
"@types/ungap__structured-clone": "^1.2.0",
|
|
"@ungap/structured-clone": "^1.2.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"fake-indexeddb": "^6.0.0",
|
|
"jsdom-testing-mocks": "^1.13.0",
|
|
"nock": "^13.5.4",
|
|
"prettier": "^3.2.5",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^4.4.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|