From b1e2c8fd5cb5dfa46bc440a12eafaf56cd844b1c Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Mon, 24 Nov 2025 20:54:57 +0100 Subject: Docs --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..15469b6 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "flyscrape-docs-v2", + "version": "1.0.0", + "description": "", + "main": "hackernews.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "css": "postcss -o assets/css/compiled/main.css assets/css/styles.css" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/philippta/flyscrape-docs-v2.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/philippta/flyscrape-docs-v2/issues" + }, + "homepage": "https://github.com/philippta/flyscrape-docs-v2#readme", + "dependencies": { + "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", + "autoprefixer": "^10.4.16", + "chroma": "^0.0.1", + "postcss-cli": "^10.1.0", + "postcss-import": "^15.1.0", + "tailwindcss": "^3.3.5" + } +} -- cgit v1.2.3