faq-mars
Version:
A customizable, accessible FAQ/accordion component for React applications with built-in styling.
46 lines • 1.09 kB
JSON
{
"name": "faq-mars",
"version": "1.0.8",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"style": "dist/Faq.css",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"faq",
"component",
"accordion"
],
"author": "raj kamal",
"license": "MIT",
"description": "",
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"postcss": "^8.5.3",
"rollup": "^2.79.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2"
},
"peerDependencies": {
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.27.1",
"@babel/runtime-corejs3": "^7.27.1"
}
}