-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.64 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.64 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
{
"name": "react-laravel-datatable",
"version": "0.1.10",
"description": "A simple but flexible react datatable library built to support Laravel's pagination out of the box.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack --mode=production",
"develop": "webpack --mode=development --watch --profile --json > stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mastys100/react-laravel-datatable.git"
},
"keywords": [
"react-datatable",
"react",
"datatable",
"laravel-datatable",
"react-table",
"laravel-table"
],
"author": {
"name": "Chamamme Andrew",
"email": "mastys100@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/mastys100/react-laravel-datatable/issues"
},
"homepage": "https://github.com/mastys100/react-laravel-datatable#readme",
"dependencies": {},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"axios": "^0.24.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"css-loader": "^3.2.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"prop-types": "15.7.2",
"style-loader": "^1.0.0",
"webpack": "^4.8.1",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.1.2"
}
}