-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 895 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 895 Bytes
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
{
"name": "hackrush01.github.io",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"build": "tailwindcss -i ./src/input.css -o ./style.css --minify",
"watch": "tailwindcss -i ./src/input.css -o ./style.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackrush01/hackrush01.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/hackrush01/hackrush01.github.io/issues"
},
"homepage": "https://github.com/hackrush01/hackrush01.github.io#readme",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.19",
"tailwindcss": "^3.4.19"
}
}