-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
72 lines (72 loc) · 2.14 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
{
"name": "react-reactstrap-pagination",
"version": "2.0.3",
"description": "Reactstrap pagination component",
"private": false,
"dependencies": {
"memoize-one": "^5.1.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reactstrap": "^8.5.1"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-classes": "^7.10.4",
"@babel/plugin-transform-modules-umd": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^13.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-minify": "^0.5.1",
"babel-preset-minify": "^0.5.1",
"bili": "^5.0.5",
"bootstrap": "^4.5.0",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.3.0",
"json": "^9.0.6",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dts-generator": "^0.1.3",
"reactstrap": "^8.5.1",
"rollup-plugin-peer-deps-external": "^2.2.3",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open --hot",
"build": "babel src -d dist",
"bili": "bili",
"change-name": "json -I -f ./package.json -e this.name='\"@rmartide/react-reactstrap-pagination\"'"
},
"author": "Rodrigo Martín de Lamo <[email protected]>",
"resolutions": {
"serialize-javascript": "^2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rmartide/react-reacstrap-pagination.git"
},
"homepage": "https://rmartide.github.io/react-reacstrap-pagination/",
"license": "MIT",
"main": "dist/react-reactstrap-pagination.min.js",
"types": "types/index.d.ts",
"keywords": [
"react",
"reactstrap",
"pagination"
]
}