9s-fe-core
Version:
Core functionalities for authentication, configuration, and repository management.
80 lines • 2.1 kB
JSON
{
"name": "9s-fe-core",
"version": "1.0.16",
"description": "Core functionalities for authentication, configuration, and repository management.",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"build:css": "tailwindcss -i ./src/styles/tailwind.css -o ./dist/tailwind.css --minify",
"watch:css": "tailwindcss -i ./src/styles/tailwind.css -o ./dist/tailwind.css --watch"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/phu-core.git"
},
"keywords": [
"core",
"authentication",
"repository",
"typescript"
],
"author": "FE CORE",
"license": "MIT",
"peerDependencies": {
"@ant-design/icons": "^5.3.7",
"@tanstack/react-query": "^5.37.1",
"antd": "^5.17.3",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"next": "^14.2.14",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.17.17",
"@types/node": "^22.15.23",
"@types/nookies": "^2.0.3",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3"
},
"dependencies": {
"@tanstack/react-query": "^5.77.2",
"antd": "^5.25.3",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"firebase": "^11.8.1",
"lodash": "^4.17.21",
"next": "^15.3.2",
"next-intl": "^3.26.5",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-quill": "^2.0.0"
},
"bugs": {
"url": "https://github.com/yourusername/phu-core/issues"
},
"homepage": "https://github.com/yourusername/phu-core#readme",
"directories": {
"doc": "docs"
}
}