forked from thepranaygupta/html-tailwind-css-starter-pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 720 Bytes
/
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
{
"name": "html-tailwind-css-starter-pack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "vite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thepranaygupta/html-tailwind-css-starter-pack.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thepranaygupta/html-tailwind-css-starter-pack/issues"
},
"homepage": "https://github.com/thepranaygupta/html-tailwind-css-starter-pack#readme",
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"vite": "^4.0.4"
}
}