Files
lifeforge/shared/package.json
melvinchia3636 88a926f09c fix: update dependencies
Former-commit-id: f8290f544c8e87e93ee9966243b96b020a3fc9e5 [formerly 6adc3aa708c43f1b135fe80243cb1687192318ac] [formerly ca6f3b8afde68958c67b8f53092a34f8fe5b9044 [formerly 20fac923b9cd6acfa7005da6474ee0e8edc0698a]]
Former-commit-id: 947ad6c18298b2c345515dcf964ecbfc4baf341e [formerly 55be06f4a438fd76c82f25a90de4593f91eea154]
Former-commit-id: c464c0ebf094fdcf96f1d6d873910e466d603a51
2025-10-18 23:06:49 +08:00

38 lines
963 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.90.2",
"axios": "^1.12.2",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"javascript-color-gradient": "^2.5.0",
"lodash": "^4.17.21",
"nuqs": "^2.7.1",
"react": "^19.2.0",
"react-i18next": "^15.1.1",
"react-router": "^7.9.4",
"react-toastify": "^11.0.5",
"socket.io-client": "^4.8.1",
"tinycolor2": "^1.6.0",
"zod": "^4.1.12"
}
}