-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "react-powerful-data-table",
"version": "0.3.0",
"description": "React Powerful Data Table",
"author": "Alberto Pumar Jiménez",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish:npm": "rm -rf dist && mkdir dist && babel ./src -d dist --copy-files"
},
"dependencies": {
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react-icons": "^3.8.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/albertopumar/react-powerful-data-table.git"
},
"bugs": {
"url": "https://github.com/albertopumar/react-powerful-data-table/issues"
},
"homepage": "https://github.com/albertopumar/react-powerful-data-table#readme"
}