-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.09 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
{
"name": "easy-reveal",
"version": "1.1.38",
"description": "React package with nextjs-14 support to add transitions and animations in your web project",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "gulp build",
"prepare": "npm run build",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChetSocio/easy-reveal.git"
},
"keywords": [
"react",
"reveal",
"easy-reveal",
"transitions",
"animations",
"page",
"animations"
],
"author": "Chetraj Gautam <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChetSocio/easy-reveal/issues"
},
"homepage": "https://github.com/ChetSocio/easy-reveal#readme",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-stage-3": "^7.8.3",
"@babel/register": "^7.22.15",
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"babel-plugin-add-module-exports": "^1.0.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-flatten": "^0.4.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"prop-types": "^15.8.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-test-renderer": "^18.2.0",
"typescript": "^5.3.2"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
}
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.0.0"
}
}