From deb22a5c1b31c9b8cd4b6eb244b015cc6a1fbb88 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 9 Dec 2024 17:57:32 +0100 Subject: Init --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..252a03d --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "Furbase Design 2024", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build:light": "sass -I node_modules src/light.scss dist/light.css", + "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", + "build": "pnpm build:light && pnpm build:dark" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "iro-design": "git+https://git.vulpes.one/git/iro-design.git#404a407e5c60494509d3aa1bdb57155184bc4367", + "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#351814a60e8909814c7120db96314a1a25d962bd", + "sass": "^1.82.0" + } +} -- cgit v1.2.3-70-g09d2