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

36 lines
985 B
JSON
Raw Normal View History

2024-07-19 12:44:11 +03:00
{
"name": "niimblue",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev-locallib": "yarn install-locallib && yarn dev-open",
"dev": "vite --force",
"dev-open": "vite --force --open",
"build": "vite build",
"build-rel": "vite build --base=./",
"preview": "vite preview",
"install-locallib": "yarn --cwd ../niimbluelib && yarn --cwd ../niimbluelib clean-build && yarn add file:../niimbluelib"
},
"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",
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}