ibex-dashboard/client/package.json

69 строки
2.3 KiB
JSON

{
"name": "ibex-dashboard-client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:4000/",
"devDependencies": {
"@types/alt": "^0.16.32",
"@types/jest": "^19.2.2",
"@types/lodash": "^4.14.55",
"@types/nock": "^8.2.1",
"@types/node": "^7.0.8",
"@types/react": "^15.0.16",
"@types/react-addons-test-utils": "^0.14.17",
"@types/react-dom": "^0.14.23",
"@types/react-router": "^3.0.8",
"alt": "^0.18.6",
"alt-utils": "^1.0.0",
"leaflet": "^1.2.0",
"leaflet-geosearch": "^2.6.0",
"leaflet.markercluster": "^1.2.0",
"nock": "^9.0.9",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-grid-layout": "^0.14.7",
"react-leaflet": "^1.7.8",
"react-leaflet-div-icon": "^1.1.0",
"react-leaflet-markercluster": "^1.1.8",
"react-md": "^1.0.18",
"react-render-html": "^0.1.6",
"react-router": "3.0.0",
"react-scripts-ts": "^2.6.0",
"recharts": "^0.21.2",
"tslint": "^5.8.0"
},
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"express-session": "^1.15.2",
"lodash": "^4.17.4",
"lodash.throttle": "^4.1.1",
"material-colors": "^1.2.5",
"moment": "^2.18.0",
"morgan": "^1.8.1",
"ms-rest-azure": "^2.1.2",
"passport": "^0.3.2",
"passport-azure-ad": "^3.0.5",
"react-ace": "^5.0.1",
"react-date-range": "^0.9.4",
"react-json-tree": "^0.10.9",
"xhr-request": "^1.0.1"
},
"scripts": {
"css:build": "node-sass src/ -o src/",
"css:watch": "yarn run css:build && node-sass src/ -o src/ --watch --recursive",
"client:start": "react-scripts-ts start",
"start": "npm-run-all -p css:watch client:start",
"coverage": "react-scripts-ts test --env=jsdom --coverage --collectCoverageFrom=src/**/*.{ts,tsx} --collectCoverageFrom=!src/**/*.d.ts --collectCoverageFrom=!src/tests/**",
"lint": "tslint src",
"build": "yarn run css:build && react-scripts-ts build && rm -rf ../build/static && cp -rf build ../",
"test": "react-scripts-ts test --env=jsdom"
}
}