blob: 252a03d48a1a8b3a3d5883e2ad929a563f4f6771 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
}
}
|