mirror of
https://github.com/kopia/kopia.git
synced 2026-02-03 03:03:11 -05:00
unified column ordering and sorting switched to react-table v7 which allows seamless integration with bootstrap
38 lines
813 B
JSON
38 lines
813 B
JSON
{
|
|
"name": "htmlui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"bootstrap": "^4.3.1",
|
|
"react": "^16.11.0",
|
|
"react-bootstrap": "^1.0.0-beta.14",
|
|
"react-dom": "^16.11.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "^3.3.0",
|
|
"react-table": "^7.0.0-rc.10"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"proxy": "http://localhost:51515",
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|