mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
Former-commit-id: f662d28dba827ec43f9b4c424bac0ead370ac173 [formerly ddcdd457351780e065c5d187eba4c22d94a5f2f5] [formerly f6417482296f6580bc40ced693baf54cc8427cf6 [formerly ffe6deedb36a39f1b37d29b165f95d0eac034f4c]] Former-commit-id: 8ab93487953e96d5719a765567d47ea0b24c9c95 [formerly f4bb871acff956ed1138f7f41580a5d02c2ef4d2] Former-commit-id: 09f484293beea3576ae528ae2b9a2c31d2e72b85
36 lines
911 B
JSON
36 lines
911 B
JSON
{
|
|
"name": "shared",
|
|
"version": "0.0.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"module": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"types": "tsc -b --noEmit",
|
|
"build": "rm -rf dist && tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/javascript-color-gradient": "^2.4.2",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/react": "^19.2.0",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.80.6",
|
|
"axios": "^1.12.2",
|
|
"clsx": "^2.1.1",
|
|
"crypto-js": "^4.2.0",
|
|
"javascript-color-gradient": "^2.5.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^19.2.0",
|
|
"react-i18next": "^16.0.0",
|
|
"react-toastify": "^11.0.5",
|
|
"socket.io-client": "^4.8.1",
|
|
"tinycolor2": "^1.6.0",
|
|
"zod": "^4.1.12"
|
|
}
|
|
} |