-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.27 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
{
"name": "cool-jsx-buttons",
"homepage": "https://github.com/devMiguelCarrero/cool-jsx-buttons",
"repository": {
"type": "git",
"url": "https://github.com/devMiguelCarrero/cool-jsx-buttons.git"
},
"description": "Just a collection of cool buttons made with react that you can use in your project",
"author": "devMiguelCarrero",
"funding": {
"type": "individual",
"url": "https://www.paypal.com/donate/?hosted_button_id=RKK3G3FWEAMLU"
},
"keywords": [
"react",
"buttons",
"UI",
"components",
"stylish-buttons",
"customizable",
"design",
"frontend",
"web-development",
"creative-components",
"button-library",
"modern-ui",
"react-components",
"user-interface",
"interactive-buttons"
],
"version": "1.5.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"classnames": "^2.5.1",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"sass": "^1.69.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}