-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
29 lines (29 loc) · 971 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
28
29
{
"name": "hsvdotbeer",
"version": "1.0.1",
"description": "[![Built with](https://img.shields.io/badge/Built_with-Cookiecutter_Django_Rest-F7B633.svg)](https://github.com/agconti/cookiecutter-django-rest)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tailwind build theme/static/theme/css/tailwind.css -o theme/static/theme/css/style.css && cleancss -o theme/static/theme/css/style.min.css theme/static/theme/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsv-dot-beer/hsvdotbeer.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hsv-dot-beer/hsvdotbeer/issues"
},
"homepage": "https://github.com/hsv-dot-beer/hsvdotbeer#readme",
"dependencies": {
"autoprefixer": "^10.2.5",
"clean-css-cli": "^5.3.0",
"tailwindcss": "^2.1.2"
},
"engines": {
"node": "16.x"
}
}