canvas/packages/client/package.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2024-01-26 18:38:41 -08:00
{
"name": "@sc07-canvas/client",
2024-01-26 18:38:41 -08:00
"version": "1.0.0",
2024-02-15 18:44:12 -08:00
"description": "",
"main": "index.js",
2024-01-26 18:38:41 -08:00
"scripts": {
2024-02-15 18:44:12 -08:00
"build": "vite build",
"dev": "vite serve",
"preview": "vite preview",
"lint": "eslint ."
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": "react-app"
2024-01-26 18:38:41 -08:00
},
"dependencies": {
2024-07-12 11:36:42 -07:00
"@bugsnag/browser-performance": "^2.7.0",
"@bugsnag/js": "^7.25.0",
"@bugsnag/plugin-react": "^7.25.0",
2024-02-15 18:44:12 -08:00
"@fortawesome/fontawesome-svg-core": "^6.5.1",
2024-06-11 15:33:29 -07:00
"@fortawesome/free-brands-svg-icons": "^6.5.2",
2024-02-15 18:44:12 -08:00
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nextui-org/react": "^2.2.9",
2024-01-26 18:38:41 -08:00
"@sc07-canvas/lib": "^1.0.0",
"@typescript-eslint/parser": "^7.1.0",
2024-02-15 18:44:12 -08:00
"eventemitter3": "^5.0.1",
"framer-motion": "^11.0.5",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.5",
2024-02-15 18:44:12 -08:00
"react-zoom-pan-pinch": "^3.4.1",
"socket.io-client": "^4.7.4"
2024-01-26 18:38:41 -08:00
},
"devDependencies": {
2024-02-15 18:44:12 -08:00
"@tsconfig/vite-react": "^3.0.0",
2024-07-11 20:14:12 -07:00
"@types/grecaptcha": "^3.0.9",
2024-02-15 18:44:12 -08:00
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/socket.io-client": "^3.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.35",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"vite": "^5.1.1",
"vite-plugin-simple-html": "^0.1.2"
2024-01-26 18:38:41 -08:00
}
}