45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "server_table",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bloomer": "^0.6.3",
|
|
"bulma": "^0.7.1",
|
|
"localforage": "^1.7.2",
|
|
"lodash": "^4.17.10",
|
|
"namor": "^1.0.1",
|
|
"papaparse": "^4.5.0",
|
|
"randomcolor": "^0.5.3",
|
|
"react": "^16.4.1",
|
|
"react-csv": "^1.0.14",
|
|
"react-dom": "^16.4.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts-ts": "2.16.0",
|
|
"react-table": "^6.8.6",
|
|
"react-tabs": "^2.2.2",
|
|
"recharts": "^1.0.0-beta.10"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts-ts start",
|
|
"build": "react-scripts-ts build",
|
|
"test": "react-scripts-ts test --env=jsdom",
|
|
"eject": "react-scripts-ts eject"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^23.1.1",
|
|
"@types/localforage": "^0.0.34",
|
|
"@types/lodash": "^4.14.110",
|
|
"@types/node": "^10.3.4",
|
|
"@types/papaparse": "^4.5.0",
|
|
"@types/randomcolor": "^0.4.3",
|
|
"@types/react": "^16.4.1",
|
|
"@types/react-dom": "^16.0.6",
|
|
"@types/react-router-dom": "^4.2.7",
|
|
"@types/react-table": "^6.7.11",
|
|
"@types/react-tabs": "^1.0.4",
|
|
"@types/recharts": "^1.0.23",
|
|
"typescript": "^2.9.2"
|
|
},
|
|
"homepage": "."
|
|
}
|