-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.95 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
{
"name": "jt-react-pagination",
"version": "1.0.5",
"description": "simple easy plug and play pagination for any type of content",
"main": "dist/index.js",
"scripts": {
"clean": "rm dist/ss-react-pagination.js",
"start": "webpack-dev-server --mode development",
"prepublishOnly": "npm run transpile",
"transpile": "babel src -d dist --copy-files",
"build": "webpack --mode production",
"deploy": "gh-pages -d demo/dist",
"test": "jest",
"publish-demo": "npm run build && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnTendik/Super-Simple-React-Pagination.git"
},
"peerDependencies": {
"react": "^16.8.6"
},
"keywords": [
"pagination",
"react",
"react pagination",
"pagination",
"paginate",
"pages",
"react",
"pages"
],
"author": "John Tendik",
"license": "ISC",
"bugs": {
"url": "https://github.com/JohnTendik/Super-Simple-React-Pagination/issues"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
}
},
"homepage": "https://github.com/JohnTendik/Super-Simple-React-Pagination#readme",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.7.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"react-testing-library": "^6.1.2",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
}
}