@servosinformatica/resources
Version:
Resources to Servos Informatica's apps
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@servosinformatica/resources",
"version": "1.2.7",
"description": "Resources to Servos Informatica's apps",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/servosinformatica/servos-resources.git"
},
"keywords": [
"Resources",
"Servos",
"Informatica"
],
"author": "Servos Informatica",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"rollup": "^2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2"
},
"dependencies": {
"next": "^15.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-responsive": "^10.0.1",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.13.1",
"react-bootstrap": "^2.10.10",
"firebase": "^11.7.1"
}
}