RevelaOS/package.json
2024-01-16 12:45:29 +00:00

48 lines
1.1 KiB
JSON

{
"name": "flowos",
"version": "1.0.0-indev.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": {
"@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"
]
}
}