-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 747 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 747 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
{
"name": "dateprogress",
"version": "1.0.0",
"description": "A simple date format unlike anything else.",
"main": "tailwind.config.js",
"scripts": {
"tailwind": "npx tailwindcss -i ./src/input.css -o ./build/css/style.css --watch",
"prettier": "npx prettier --write **/*.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/precompile/dateProgress.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/precompile/dateProgress/issues"
},
"homepage": "https://github.com/precompile/dateProgress#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2"
}
}