forked from gooftroop/react-image-magnify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.56 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "@blacklab/react-image-magnify",
"version": "3.0.1",
"description": "A responsive react image zoom component",
"repository": {
"type": "git",
"url": "git+https://github.com/gooftroop/react-image-magnify.git"
},
"storybook-deployer": {
"gitUsername": "Brandon Webb",
"gitEmail": "webb.c.brandon@gmail.com",
"commitMessage": "Deploy Storybook [skip ci]"
},
"author": "Brandon Webb <webb.c.brandon@gmail.com>, Ethan Selzer <ethanselzer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gooftroop/react-image-magnify/issues"
},
"homepage": "https://github.com/gooftroop/react-image-magnify",
"keywords": [
"react",
"image",
"photo",
"picture",
"zoom",
"enlarge",
"magnify",
"expand",
"lens",
"detail",
"ecommerce",
"store",
"shopping",
"product",
"typescript"
],
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"@types",
"dist",
"LICENSE"
],
"scripts": {
"analyze": "npm run stats && webpack-bundle-analyzer stats.json",
"build": "del-cli dist && npx tsc --project tsconfig.prod.json",
"build:dev": "cross-env NODE_ENV=development webpack",
"build:docs": "typedoc",
"build:storybook": "build-storybook",
"coveralls": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
"deploy:storybook": "storybook-to-ghpages",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "npm run lint -- --fix",
"prepare": "ts-patch install -s",
"prepublish": "pinst --disable",
"postpublish": "pinst --enable",
"semantic-release": "semantic-release",
"stats": "cross-env NODE_ENV=production webpack --profile --json > stats.json",
"storybook": "start-storybook -p 6006",
"test": "jest",
"test:watch": "npm run test -- --watch",
"test:coverage": "rimraf coverage && npm test -- --coverage",
"test:ci": "npm run lint && npm run coveralls"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.1",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/builder-webpack5": "^6.3.8",
"@storybook/manager-webpack5": "^6.3.8",
"@storybook/react": "^6.3.8",
"@storybook/storybook-deployer": "^2.8.10",
"@types/enzyme": "^3.10.9",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"conventional-changelog-conventionalcommits": "^4.6.1",
"coveralls": "3.1.1",
"cross-env": "^7.0.3",
"del-cli": "^4.0.1",
"enzyme": "3.11.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-loader": "^2.1.2",
"husky": "^7.0.2",
"jest": "^27.1.0",
"jest-junit": "^12.2.0",
"pinst": "^2.1.6",
"react": "^17.0.2",
"react-docgen-typescript": "^2.1.0",
"react-dom": "^17.0.2",
"react-refresh": "^0.10.0",
"react-refresh-typescript": "^2.0.2",
"react-test-renderer": "^17.0.2",
"semantic-release": "^17.4.7",
"terser-webpack-plugin": "^5.2.0",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.5",
"ts-patch": "^1.4.4",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typedoc": "^0.22.3",
"typescript": "^4.4.3",
"typescript-transform-paths": "^3.3.1",
"webpack": "^5.51.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"react": "^17.0.0 || ^16.8",
"react-dom": "^17.0.0 || ^16.8"
},
"dependencies": {
"@react-hook/resize-observer": "^1.2.4",
"detect-it": "4.0.1"
}
}