justreact-advanced
Version:
It is combo of loading elements
40 lines (39 loc) • 1.01 kB
JSON
{
"name": "justreact-advanced",
"version": "1.1.1-beta.0.0.5",
"description": "It is combo of loading elements",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup index.ts --format cjs,esm --dts",
"lint": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arvindra1/justreact-advanced.git"
},
"keywords": [
"save-file",
"justeact-save-file",
"npm-save-file"
],
"author": "Arvindra",
"license": "MIT",
"bugs": {
"url": "https://github.com/arvindra1/justreact-advanced/issues"
},
"homepage": "https://github.com/arvindra1/justreact-advanced#readme",
"devDependencies": {
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.24.1"
}
}