-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@joshuabaker/react-lottie",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"lint": "prettier --check . && eslint . --ext .ts,.tsx",
"format": "prettier --write .",
"build": "yarn lint && tsc",
"prepublishOnly": "yarn build"
},
"dependencies": {
"lottie-web": "^5.0.1",
"use-deep-compare-effect": "^1.0.0"
},
"peerDependencies": {
"react": "^17 || ^18 || ^19"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/npm": "^11.0.3",
"@types/react": "^18.2.79",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"semantic-release": "^22.0.12",
"tsc": "^2.0.4",
"typescript": "^5.4.5"
}
}