-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "chakra-docs",
"version": "0.0.4",
"description": "A React component library for creating docs with structured content. This library is powered by Chakra UI",
"author": "nisaji",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"peerDependencies": {
"@chakra-ui/react": "^2.8.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/next": "^9.0.0",
"@types/node": "^22.4.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.0.0",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.3",
"typescript": "^4.9.5"
},
"files": [
"dist"
],
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"chakra-docs": "^0.0.1",
"framer-motion": "^11.3.28"
}
}