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