-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "reactjs-accordion-ui",
"version": "1.1.1",
"description": "A accordition component created using react and typescript",
"main": "dist/cjs/index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs"
},
"keywords": [
"Accordition-component",
"React",
"Typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/SubramanyaKS/reactjs-accordion-ui"
},
"bugs": {
"url": "https://github.com/SubramanyaKS/reactjs-accordion-ui/issues"
},
"types": "dist/index.d.ts",
"author": "SubramanyaKS",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.13.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3"
}
}