forked from wdmc-nitj/nitj-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.06 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
{
"name": "tailwind-css",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"serve": "http-server ./ -p 3000",
"build:css": "tailwind build -i css/src/style.css -o style.css --minify",
"watch:css": "tailwindcss -i css/src/style.css -o style.css --watch",
"start": "concurrently \"yarn watch:css\" \"yarn serve\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"concurrently": "^7.4.0",
"tailwind-scrollbar-hide": "^1.1.7",
"yarn": "^1.22.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravinder-chadha/institute-website.git"
},
"bugs": {
"url": "https://github.com/ravinder-chadha/institute-website/issues"
},
"homepage": "https://github.com/ravinder-chadha/institute-website#readme",
"description": "This is a guide to explain the working of this code and how you can contribute to this repository without causing any unexpected errors."
}