-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.87 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
64
65
66
67
68
69
70
71
72
{
"type": "module",
"name": "ssw-tinacms-landingkit",
"version": "1.4.1",
"description": "A set of high quality react components, and compatible TinaCMS schema definitions.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && tsc && tailwindcss -o dist/style.css --minify",
"dev": "rollup -c -w"
},
"keywords": [
"tina",
"tinacms",
"react",
"components"
],
"author": "ssw",
"license": "ISC",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"clsx": "^2.1.1",
"embla-carousel": "^8.5.1",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.15.0",
"headlessui": "^0.0.0",
"lucide-react": "^0.471.1",
"prettier": "^3.4.2",
"react-icons": "^5.4.0",
"tailwind-merge": "^2.6.0",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.10.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.28.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tinacms": "^2.5.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"peerDependencies": {
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tinacms": "^2.5.0"
},
"peerDependenciesMeta": {
"tinacms": {
"optional": true
}
}
}