ncb-component
Version:
NCB design system
32 lines (31 loc) • 685 B
JSON
{
"name": "ncb-component",
"version": "1.0.21",
"private": false,
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"dev": "tsc --watch",
"build": "tsc"
},
"devDependencies": {
"@ant-design/cssinjs": "^1.22.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.5",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"react": "^19.0.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@tanstack/react-query": "^5.62.16",
"antd": "^5.23.0"
},
"description": "NCB design system",
"keywords": [
"ncb"
],
"author": "doanpv",
"license": "ISC"
}