-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/react": "^8.0.4",
"@storybook/react-webpack5": "^8.0.4",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.73",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^9.1.3",
"babel-runtime": "^6.26.0",
"rollup": "^4.13.1",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "^8.0.4"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"storybook": "storybook"
},
"dependencies": {
"gsap": "^3.12.5",
"prop-types": "^15.8.1"
},
"type": "module",
"name": "@nikxda/react-xray",
"description": "> Reveal images on user interaction",
"version": "2.0.0",
"main": "dist/XRay.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NikxDa/react-xray.git"
},
"files": [
"dist/"
],
"keywords": [
"React",
"XRay",
"Image",
"Reveal"
],
"author": "NikxDa",
"license": "MIT",
"bugs": {
"url": "https://github.com/NikxDa/react-xray/issues"
},
"homepage": "https://github.com/NikxDa/react-xray#readme"
}