mirror of
https://github.com/rive-app/rive-react.git
synced 2026-02-04 15:02:12 +08:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "rive-react",
|
|
"version": "0.0.3",
|
|
"description": "React wrapper around the rive-js library",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/types/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "bunchee src/index.ts -m --no-sourcemap",
|
|
"lint": "eslint -c .eslintrc.js 'src/**/*{.ts,.tsx}'",
|
|
"format": "prettier --write src",
|
|
"types:check": "tsc --noEmit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rive-app/rive-react.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/rive-app/rive-react/issues"
|
|
},
|
|
"homepage": "https://github.com/rive-app/rive-react#readme",
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"rive-js": "^0.7.14"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.13.0",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/react-hooks": "^7.0.0",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/react": "^17.0.9",
|
|
"@types/testing-library__jest-dom": "^5.9.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
"@typescript-eslint/parser": "^4.26.0",
|
|
"bunchee": "^1.6.0",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"jest": "^27.0.4",
|
|
"prettier": "^2.3.1",
|
|
"ts-jest": "^27.0.2"
|
|
}
|
|
}
|