-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"license": "MIT",
"homepage": "/~https://github.com/ShayanTheNerd/multi-function-timepiece",
"readme": "/~https://github.com/ShayanTheNerd/multi-function-timepiece#readme",
"author": {
"name": "Shayan Zamani",
"url": "https://shayan-zamani.me/",
"email": "sh.zamani384@gmail.com"
},
"keywords": [
"stopwatch",
"html css js",
"analog clock",
"countdown timer",
"multi-function timepiece",
"tailwindcss CLI template"
],
"description": "A multi-functional timepiece with cubic slider effects!",
"repository": {
"type": "git",
"directory": "main",
"url": "/~https://github.com/ShayanTheNerd/multi-function-timepiece"
},
"bugs": {
"email": "sh.zamani384@gmail.com",
"url": "/~https://github.com/ShayanTheNerd/multi-function-timepiece/issues"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.4.0"
},
"scripts": {
"format": "npx prettier --write .",
"dev": "npx tailwindcss -i ./assets/css/tw-input.css -o ./assets/css/styles.css --watch",
"build": "npx tailwindcss -i ./assets/css/tw-input.css -o ./assets/css/styles.css --minify"
}
}