-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 993 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
30
31
32
33
{
"name": "prevhelp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"watch:hugo": "hugo server",
"build": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css && hugo --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prevplan/prevhelp.git"
},
"author": "Holger Schmermbeck",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/prevplan/prevhelp/issues"
},
"homepage": "https://github.com/prevplan/prevhelp#readme",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"alpinejs": "^3.10.5",
"autoprefixer": "^10.4.13",
"concurrently": "^8.0.0",
"postcss": "^8.4.18",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.2.3"
}
}