ui/package.json

26 lines
554 B
JSON
Raw Normal View History

{
"name": "@d3v4pp/ui",
"version": "1.0.0",
"description": "",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"components",
"index.d.ts",
"index.js",
"style.css",
"package.json"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.5.3",
"tsconfig-paths-webpack-plugin": "^4.2.0"
},
"publishConfig": {
"access": "public"
}
}