-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@caish-cloud/react-cookies-consent",
"version": "2.1.3",
"author": "Caish Cloud, LLC",
"license": "MIT",
"description": "This is a set of React components that provide an easy-to-implement solution for handling users' cookie preferences in your web application 🍪",
"keywords": [
"react",
"cookies",
"consent",
"preferences",
"modal",
"alert",
"component",
"typescript",
"chakra",
"ui",
"framer",
"motion",
"animation",
"zustand"
],
"homepage": "https://github.com/caish-cloud/react-cookies-consent",
"repository": {
"type": "git",
"url": "git+https://github.com/caish-cloud/react-cookies-consent.git"
},
"bugs": {
"url": "https://github.com/caish-cloud/react-cookies-consent/issues"
},
"publishConfig": {
"access": "public"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "npx rimraf dist && npx tsc",
"publish-npm": "npm publish"
},
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"framer-motion": "^11.1.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"rimraf": "^6.0.1",
"typescript": "^5.4.5"
}
}