@civet/events
Version:
82 lines (81 loc) • 2.02 kB
JSON
{
"name": "@civet/events",
"version": "4.1.5",
"description": "Civet",
"author": {
"name": "Aaron Burmeister"
},
"repository": {
"type": "git",
"url": "git+https://github.com/civet-org/events.git"
},
"bugs": {
"url": "https://github.com/civet-org/events/issues"
},
"homepage": "https://civet.js.org/",
"license": "MIT",
"type": "module",
"keywords": [
"civet",
"react",
"data",
"rest"
],
"files": [
"dist"
],
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/main.d.ts",
"default": "./dist/main.js"
}
}
},
"scripts": {
"dev": "vite",
"build": "tsc -b ./tsconfig-build.json && vite build",
"lint": "eslint . --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"prettify": "prettier . --write",
"preview": "vite preview",
"postversion": "git commit -am$npm_package_version",
"prepublishOnly": "npm run build"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"object-hash": "^3.0.0",
"uuid": "^14.0.0"
},
"peerDependencies": {
"@civet/core": ">=6.0",
"react": ">=18.0",
"react-dom": ">=18.0"
},
"devDependencies": {
"@civet/core": "^6.2.6",
"@eslint/js": "^9.39.4",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-unused-imports": "^4.2.0",
"globals": "^17.5.0",
"prettier": "^3.8.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.9",
"vite-plugin-dts": "^4.5.4"
}
}