ProzillaOS/packages/core/package.json
2024-06-18 17:27:48 +02:00

44 lines
1.1 KiB
JSON

{
"name": "@prozilla-os/core",
"description": "A React component library written in TypeScript for building web-based operating systems, made by Prozilla.",
"version": "1.0.10",
"author": {
"name": "Prozilla",
"email": "business@prozilla.dev",
"url": "https://prozilla.dev/"
},
"main": "src/index.ts",
"type": "module",
"scripts": {
"test": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Prozilla/ProzillaOS.git",
"directory": "packages/core"
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prozilla-os/file-explorer": "workspace:*",
"react": "^18.3.1",
"react-draggable": "^4.4.6",
"react-error-boundary": "^4.0.13",
"react-ga4": "^2.1.0",
"react-svg": "^16.1.34"
},
"devDependencies": {
"@types/node": "^20.14.5",
"typescript": "^5.4.5"
},
"files": [
"src/**/*"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}