1
0
Fork 0
gaiety-art/package.json
2023-05-14 22:09:37 -05:00

24 lines
713 B
JSON

{
"name": "gallery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently npm:start:*",
"serve": "concurrently npm:serve:*",
"start:tailwindcss": "npx tailwindcss -i ./app.css -o ./_site/app.css",
"start:eleventy": "npx @11ty/eleventy",
"serve:tailwindcss": "npx tailwindcss -i ./app.css -o ./_site/app.css --watch",
"serve:eleventy": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
"concurrently": "^8.0.1",
"tailwindcss": "^3.3.2"
}
}