-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 KB
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
{
"name": "react-horizontal-page",
"version": "0.0.7",
"description": "React Horizontal Page make it easier to make Horizontal pages.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"scripts": {
"dev": "rollup -c -w",
"rollup": "rollup -c",
"package": "rollup -c && npm pack && tar -xzf react-horizontal-page-0.0.7.tgz"
},
"keywords": [
"horizontal scroll",
"scrolling",
"vertical scroll",
"page scrolling",
"horizontal page"
],
"repository": {
"url": "https://github.com/Horizontal-Page/react-horizontal-page"
},
"author": "Horizontal Page Organization",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/react": "^18.0.14",
"@types/styled-components": "^5.1.25",
"react": "^18.2.0",
"rollup": "^2.75.7",
"rollup-watch": "^4.3.1",
"styled-components": "^5.3.5",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"files": [
"dist"
],
"types": "./dist/esm/types/index.d.ts",
"peerDependencies": {
"react": "^18.2.0"
},
"homepage": "https://horizontal-page.vercel.app/",
"bugs": {
"url": "https://github.com/Horizontal-Page/react-horizontal-page/issues"
},
"dependencies": {}
}