-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "react-on-images-loaded",
"version": "2.2.8",
"description": "OnImagesLoaded",
"license": "MIT",
"main": "lib/OnImagesLoaded.js",
"author": "Andrew Yueh",
"homepage": "https://github.com/andrew1007/react-on-images-loaded",
"repository": {
"type": "git",
"url": "https://github.com/andrew1007/react-on-images-loaded.git"
},
"bugs": {
"url": "https://github.com/andrew1007/react-on-images-loaded/issues"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/enzyme": "^3.10.11",
"@types/jest": "^26.0.24",
"@types/jest-matcher-utils": "^25.1.0",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.41",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"babel-jest": "^27.5.1",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.4",
"jest": "^26.6.3",
"jest-circus": "^27.5.1",
"jest-matcher-utils": "^26.6.2",
"jest-watch-typeahead": "0.6.1",
"mutation-observer": "^1.0.3",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
"react": "*"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "tsc",
"start": "tsc -w",
"test": "jest --watch",
"deploy": "tsc && npm publish"
},
"keywords": [
"react",
"react-component"
]
}