generated from darkroomengineering/bibliotheca
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
{
"name": "@studio-freight/compono",
"version": "0.0.51",
"description": "our components, tidy and ready to use",
"repository": {
"type": "git",
"url": "git+https://github.com/studio-freight/compono.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "@studio-freight",
"license": "ISC",
"bugs": {
"url": "https://github.com/studio-freight/compono/issues"
},
"homepage": "https://github.com/studio-freight/compono#readme",
"main": "src/index.js",
"files": [
"src",
"lib"
],
"type": "module",
"scripts": {
"prepublishOnly": "npm version patch",
"postpublish": "git push --follow-tags"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-select": "^2.0.0",
"@studio-freight/hamo": "^0.6.24",
"@studio-freight/react-lenis": "^0.0.38",
"clsx": "^2.0.0",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"gsap": "^3.12.2",
"lottie-web": "^5.12.2",
"next-seo": "^6.4.0",
"sass": "^1.69.5",
"stats.js": "^0.17.0"
},
"peerDependencies": {
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.4"
}
}