-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 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
{
"name": "react-basic-items-pagination",
"version": "1.1.2",
"description": "It's a component helper for rendering set of items and manage the interaction with them",
"keywords": [
"pagination",
"items"
],
"author": "ElMehdibm",
"license": "MIT",
"bugs": {
"url": "https://github.com/elmehdibm/react-basic-items-pagination/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elmehdibm/react-basic-items-pagination.git"
},
"homepage": "https://github.com/elmehdibm/react-basic-items-pagination#readme",
"main": "index.js",
"scripts": {
"build:dev": "webpack --config ./webpack.config.dev.js --mode development --display-modules",
"build:prod": "webpack --config ./webpack.config.prod.js --mode production --display-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"react": "^16.8.6",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}