forked from tomphill/tailwind-course-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 824 Bytes
/
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
{
"name": "tailwind-course-starter",
"version": "1.0.0",
"description": "",
"homepage": "https://urszula-molska.github.io/tailwind-course-starter/",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tw:build": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
"build": "npx tailwindcss -i ./src/input.css -o ./src/output.css"
},
"author": "Urszula Molska",
"license": "ISC",
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"@check-light-or-dark/color": "^1.0.3",
"@fortawesome/fontawesome-free": "^6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Urszula-Molska/tailwind-course-starter"
}
}