summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..252a03d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
1{
2 "name": "Furbase Design 2024",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build:light": "sass -I node_modules src/light.scss dist/light.css",
9 "build:dark": "sass -I node_modules src/dark.scss dist/dark.css",
10 "build": "pnpm build:light && pnpm build:dark"
11 },
12 "keywords": [],
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "iro-design": "git+https://git.vulpes.one/git/iro-design.git#404a407e5c60494509d3aa1bdb57155184bc4367",
17 "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git#351814a60e8909814c7120db96314a1a25d962bd",
18 "sass": "^1.82.0"
19 }
20}