# [2.2.0](https://github.com/Flow-Works/FlowOS/compare/v2.1.1...v2.2.0) (2024-01-26) ### Bug Fixes * another strange problem ([12cd47a](12cd47a4b6)) * FlowOS refusing to load thme ([1aad68f](1aad68f3f4)) * weird error stopping build ([2e208c9](2e208c91e1)) ### Features * made reset filesystem reload [skip ci] ([f207101](f207101c6a)) * make reset filesystem button look better [skip ci] ([10c0dbe](10c0dbe48a)) * overrall ui overhaul ([934d6e8](934d6e80a0))
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "flowos",
|
|
"version": "2.2.0",
|
|
"description": "The most aesthetic webOS.",
|
|
"main": "src/bootloader.ts",
|
|
"scripts": {
|
|
"docs": "typedoc src/**",
|
|
"test": "ts-standard",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"serve": "vite dev",
|
|
"commit": "cz"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@types/node": "^20.11.3",
|
|
"@types/uuid": "^9.0.5",
|
|
"@types/web": "^0.0.117",
|
|
"commitizen": "^4.3.0",
|
|
"less": "^4.2.0",
|
|
"semantic-release": "^23.0.0",
|
|
"ts-standard": "^12.0.2",
|
|
"typedoc": "^0.25.3",
|
|
"typedoc-material-theme": "^1.0.2",
|
|
"typedoc-plugin-missing-exports": "^2.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.2",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-dynamic-import": "^1.5.0",
|
|
"vite-plugin-node-polyfills": "^0.15.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-to-html": "^0.7.2",
|
|
"chalk": "^5.3.0",
|
|
"eruda": "^3.0.1",
|
|
"js-ini": "^1.6.0",
|
|
"material-symbols": "^0.14.3",
|
|
"prism-code-editor": "^2.3.0",
|
|
"semver": "^7.5.4",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"ts-standard": {
|
|
"ignore": [
|
|
"public"
|
|
]
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|