RevelaOS/package.json
semantic-release-bot a7134d2032 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-01-17)

### Bug Fixes

* made UAC follow ts-standard ([3ca1e24](3ca1e247b4))
* upgrade material-symbols from 0.14.1 to 0.14.3 ([3e8fe0b](3e8fe0b024))
* upgrade prism-code-editor from 2.0.1 to 2.1.0 ([026a08b](026a08bd43))
* upgrade prism-code-editor from 2.1.0 to 2.2.0 ([3955b28](3955b2869b))
* upgrade prism-code-editor from 2.2.0 to 2.2.1 ([b3101c8](b3101c8b53))
* upgrade prism-code-editor from 2.2.1 to 2.2.2 ([c00a0f3](c00a0f3f58))
* upgrade prism-code-editor from 2.2.2 to 2.2.4 ([41421d4](41421d4931))
* upgrade prism-code-editor from 2.2.4 to 2.3.0 ([862743e](862743e01a))
2024-01-17 19:07:13 +00:00

54 lines
1.3 KiB
JSON

{
"name": "flowos",
"version": "1.0.0",
"description": "The most aesthetic webOS.",
"main": "src/kernel.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.4.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-node-polyfills": "^0.15.0"
},
"dependencies": {
"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"
}
}
}