-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 KB
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
{
"name": "react-glassy-monorepo",
"version": "0.3.1",
"private": true,
"description": "React library for creating beautiful liquid glass morphism effects",
"author": {
"name": "zeroqs",
"url": "https://github.com/zeroqs"
},
"license": "MIT",
"homepage": "https://react-glassy-docs.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/zeroqs/react-glassy.git"
},
"bugs": "https://github.com/zeroqs/react-glassy/issues",
"keywords": [
"react",
"glassmorphism",
"glass",
"morphism",
"liquid-glass",
"glass-effect",
"ui",
"components"
],
"scripts": {
"docs:dev": "pnpm --filter docs dev",
"core:dev": "pnpm --filter react-glassy dev",
"core:build": "pnpm --filter react-glassy build",
"docs:build": "pnpm --filter docs build",
"release": "pnpm --filter react-glassy release && release-it",
"release:dry": "pnpm --filter react-glassy release --dry-run && release-it --dry-run"
},
"devDependencies": {
"@release-it/bumper": "^7.0.5",
"@release-it/conventional-changelog": "^10.0.5",
"pnpm": "^9.0.0",
"release-it": "^19.2.4"
}
}