-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "react-rails-pagination",
"version": "1.3.2",
"description": "React Component for adding Pagination support to Rails or any other MVC Framework",
"main": "src/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"keywords": [
"react",
"rails",
"mvc",
"react-component",
"pagination"
],
"license": "MIT",
"author": {
"name": "Piyush Swain",
"email": "piyush.swain3@gmail.com"
},
"homepage": "https://github.com/piyushswain/react-rails-pagination",
"repository": {
"type": "git",
"url": "git+https://github.com/piyushswain/react-rails-pagination.git"
},
"private": false,
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"build": "rollup -c"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"autoprefixer": "^10.2.5",
"node-sass": "^6.0.0",
"rollup": "^2.48.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^3.14.1"
}
}