43 lines
999 B
JSON
43 lines
999 B
JSON
{
|
|
"name": "@prozilla-os/core",
|
|
"version": "1.0.6",
|
|
"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.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"files": [
|
|
"src/**/*"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com",
|
|
"access": "public"
|
|
}
|
|
}
|