-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "tailwind-quickstart",
"description": "Get started with TailwindCSS as quickly as possible",
"version": "1.0.15",
"maintainers": [
{
"name": "Hussain Inad",
"email": "nerdsane@gmail.com",
"web": "https://github.com/inerds/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/inerds/Tailwind-quickstart.git"
}
],
"main": "public/index.html",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inerds/tailwind-quickstart.git"
},
"keywords": [
"css, tailwindcss, tailwind, postcss,"
],
"author": "Hussain Inad",
"license": "ISC",
"bugs": {
"url": "https://github.com/inerds/tailwind-quickstart/issues"
},
"homepage": "https://github.com/inerds/tailwind-quickstart#readme",
"devDependencies": {
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.6"
}
}