-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
{
"name": "not-idea-ui",
"version": "2.2.3",
"description": "A Framework UI to start making beautiful things. Based and created with TailwindCSS.",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsraelDCastro/not-idea-ui.git"
},
"keywords": [
"css",
"sass",
"scss",
"responsive",
"tailwincss",
"components",
"ui",
"framework",
"tailwind",
"tailwindcss"
],
"author": {
"name": "Israel De Castro Alfonso",
"email": "israeldalfons@gmail.com",
"url": "https://castrodev.netlify.app/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/IsraelDCastro/not-idea-ui/issues"
},
"homepage": "https://not-idea-ui.netlify.app/",
"dependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14"
},
"peerDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}