mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
37 lines
812 B
JSON
37 lines
812 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "rescripts start",
|
|
"build": "rescripts build",
|
|
"test": "rescripts test",
|
|
"eject": "rescripts eject"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.8.18",
|
|
"namor": "^1.1.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-scripts": "3.0.1",
|
|
"react-table": "latest",
|
|
"styled-components": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rescripts/cli": "^0.0.11",
|
|
"@rescripts/rescript-use-babel-config": "^0.0.8",
|
|
"@rescripts/rescript-use-eslint-config": "^0.0.9",
|
|
"babel-eslint": "10.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|