This repository has been archived on 2024-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
niimblue-nightly/niimblue/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2024-07-19 12:44:11 +03:00
{
"name": "niimblue",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
2024-07-23 00:00:01 +03:00
"dev-locallib": "yarn install-locallib && yarn sv-check && yarn dev-open",
2024-07-19 12:44:11 +03:00
"dev": "vite --force",
"dev-open": "vite --force --open",
"build": "vite build",
"build-rel": "vite build --base=./",
"preview": "vite preview",
2024-07-23 00:00:01 +03:00
"install-locallib": "yarn --cwd ../niimbluelib && yarn --cwd ../niimbluelib clean-build && yarn add file:../niimbluelib",
"sv-check": "svelte-check --tsconfig ./tsconfig.json"
2024-07-19 12:44:11 +03:00
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@mmote/niimbluelib": "file:../niimbluelib",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.3",
"fabric": "^5.3.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/bootstrap": "^5.2.10",
"@types/fabric": "^5.3.7",
"@types/node": "^20.14.8",
"sass": "^1.77.5",
"svelte": "^4.2.18",
2024-07-23 00:00:01 +03:00
"svelte-check": "^3.8.4",
2024-07-19 12:44:11 +03:00
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}