-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.82 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
{
"name": "ra-delete-with-custom-confirm-button",
"version": "2.0.2",
"description": "Delete button with your custom confirm dialog for React-admin.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"WARNING: no test specified\" && exit 0",
"lint": "eslint src",
"build": "babel src --out-dir lib",
"preversion": "npm test",
"version": "npm run build && git add --all lib",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itTkm/ra-delete-with-custom-confirm-button.git"
},
"keywords": [
"react",
"react-admin",
"delete",
"button",
"custom",
"confirm"
],
"author": "itTkm",
"license": "MIT",
"bugs": {
"url": "https://github.com/itTkm/ra-delete-with-custom-confirm-button/issues"
},
"homepage": "https://github.com/itTkm/ra-delete-with-custom-confirm-button#readme",
"dependencies": {
"@material-ui/core": "^4.9.4",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"ra-custom-confirm": "^1.1.1",
"ra-ui-materialui": "^3.13.1",
"recompose": "^0.30.0"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.8.3",
"@material-ui/icons": "^4.9.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.18.3",
"ra-core": "^3.13.1",
"react": "^16.13.0",
"react-redux": "^7.2.0"
},
"peerDependencies": {
"@material-ui/core": ">=1.4.0",
"@material-ui/icons": ">=1.0.0",
"ra-core": ">=2.3.4",
"ra-ui-materialui": ">=2.3.4",
"react": ">=16.3.0",
"react-redux": ">=5.0.7"
}
}