-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.69 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
{
"name": "insurancesmart",
"version": "1.0.0",
"description": "To initialize this site you need to install [hugo](https://gohugo.io/). After installing you can go to the project directory and run `hugo server` in the command line. This will launch a local version of the site at [http://localhost:1313](http://localhost:1313/).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css": "tailwindcss -i assets/css/tailwind.css -o assets/css/tailwind.build.css",
"css:watch": "tailwindcss -i assets/css/tailwind.css -o assets/css/tailwind.build.css --watch",
"hugo": "hugo --minify",
"hugo:watch": "hugo server -D --disableFastRender",
"dev": "concurrently \"pnpm run css:watch\" \"pnpm run hugo:watch\"",
"build": "pnpm run css && pnpm run hugo",
"forestry-preview": "pnpm run css && hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ModiiMedia/InsuranceSmart.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ModiiMedia/InsuranceSmart/issues"
},
"homepage": "https://github.com/ModiiMedia/InsuranceSmart#readme",
"dependencies": {
"hugo-bin": "^0.92.3",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"concurrently": "^8.2.2",
"prettier": "^3.3.3",
"prettier-plugin-go-template": "^0.0.15"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}