-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 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
42
43
44
45
46
47
48
{
"name": "react-glowing-text",
"version": "1.0.0",
"description": "The `GlowingText` component is a React functional component using `framer-motion` to create a glowing text effect that reacts to mouse movement like the text \"GROK\" on x.ai.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "pnpm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thongdn-it/glowing-text.git"
},
"homepage": "https://github.com/thongdn-it/glowing-text#readme",
"keywords": [
"glowing",
"glowing-text",
"react-glowing-text",
"grok",
"x.ai",
"react",
"framer-motion",
"nextjs"
],
"author": {
"name": "Thong Dang",
"email": "thongdn.it@gmail.com",
"url": "https://github.com/thongdn-it"
},
"license": "MIT",
"dependencies": {
"framer-motion": ">=12.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@types/react": ">=18.0.0",
"@types/react-dom": ">=18.0.0",
"typescript": "^5.8.2"
},
"files": [
"dist"
]
}