2025-04-11 14:36:42 +02:00
|
|
|
{
|
|
|
|
"name": "@d3v4pp/ui",
|
2025-05-07 23:05:39 +02:00
|
|
|
"version": "1.0.0",
|
2025-04-11 14:36:42 +02:00
|
|
|
"description": "",
|
2025-05-07 23:05:39 +02:00
|
|
|
"main": "./index.js",
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"files": [
|
2025-05-07 23:14:48 +02:00
|
|
|
"components",
|
|
|
|
"index.d.ts",
|
|
|
|
"index.js",
|
|
|
|
"style.css",
|
|
|
|
"package.json"
|
2025-05-07 23:05:39 +02:00
|
|
|
],
|
|
|
|
"keywords": [],
|
2025-04-11 14:36:42 +02:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2025-05-07 23:05:39 +02:00
|
|
|
"react": "^19.1.0",
|
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
"react-router-dom": "^7.5.3",
|
|
|
|
"tsconfig-paths-webpack-plugin": "^4.2.0"
|
2025-04-11 14:36:42 +02:00
|
|
|
}
|
|
|
|
}
|