-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 985 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
31
32
{
"name": "catrinlam.github.io",
"version": "1.0.0",
"description": "[colour theme](https://coolors.co/96bbbb-618985-112a46-f2e3bc-c19875)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx @tailwindcss/cli -i ./assets/css/input.css -o ./assets/css/output.css --watch",
"build": "npx @tailwindcss/cli -i ./assets/css/input.css -o ./assets/css/output.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catrinlam/catrinlam.github.io.git"
},
"author": "Catrin Lam",
"license": "ISC",
"bugs": {
"url": "https://github.com/catrinlam/catrinlam.github.io/issues"
},
"homepage": "https://github.com/catrinlam/catrinlam.github.io#readme",
"dependencies": {
"@tailwindcss/cli": "^4.0.9",
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^4.0.9"
},
"devDependencies": {
"copyfiles": "^2.4.1"
}
}