2016-08-10 05:15:44 +00:00
|
|
|
{
|
2020-12-02 20:48:03 +00:00
|
|
|
"name": "@fleetdm/fleet",
|
|
|
|
"version": "0.99.99",
|
|
|
|
"description": "The premier osquery fleet manager.",
|
2018-06-04 15:58:14 +00:00
|
|
|
"private": true,
|
2016-09-06 18:41:16 +00:00
|
|
|
"scripts": {
|
2021-04-12 13:32:25 +00:00
|
|
|
"lint": "eslint frontend cypress --ext .js,.jsx,.ts,.tsx",
|
|
|
|
"prettier:check": "prettier --check frontend/**/*.{jsx,js,tsx,ts} ./cypress/**/*.{js,ts}",
|
2021-03-04 22:08:11 +00:00
|
|
|
"test": "jest",
|
2021-07-01 17:32:12 +00:00
|
|
|
"e2e-browser": "cypress open",
|
2021-12-24 20:18:00 +00:00
|
|
|
"e2e-browser:free": "yarn cypress open --config-file cypress/cypress-free.json",
|
|
|
|
"e2e-browser:premium": "yarn cypress open --config-file cypress/cypress-premium.json",
|
2021-07-01 17:32:12 +00:00
|
|
|
"e2e-cli": "cypress run",
|
2021-12-24 20:18:00 +00:00
|
|
|
"e2e-cli:free": "yarn cypress run --config-file cypress/cypress-free.json",
|
|
|
|
"e2e-cli:premium": "yarn cypress run --config-file cypress/cypress-premium.json",
|
2021-11-07 06:41:09 +00:00
|
|
|
"storybook": "start-storybook -p 6006",
|
|
|
|
"build-storybook": "build-storybook"
|
2016-09-06 18:41:16 +00:00
|
|
|
},
|
2016-08-10 05:15:44 +00:00
|
|
|
"dependencies": {
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/sockjs-client": "1.5.1",
|
|
|
|
"@types/uuid": "8.3.4",
|
2021-09-10 19:06:37 +00:00
|
|
|
"ace-builds": "1.4.12",
|
2022-09-15 16:46:48 +00:00
|
|
|
"autoprefixer": "9.8.8",
|
|
|
|
"axios": "0.27.2",
|
|
|
|
"bourbon": "5.1.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"classnames": "2.2.5",
|
2022-09-15 16:46:48 +00:00
|
|
|
"core-js": "3.25.1",
|
|
|
|
"date-fns": "2.28.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"es6-object-assign": "1.1.0",
|
2022-09-02 18:28:26 +00:00
|
|
|
"es6-promise": "4.2.8",
|
2018-06-04 15:58:14 +00:00
|
|
|
"expect": "1.20.2",
|
|
|
|
"express": "4.16.3",
|
|
|
|
"file-saver": "1.3.8",
|
|
|
|
"history": "2.1.0",
|
|
|
|
"import-glob-loader": "1.1.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"isomorphic-fetch": "3.0.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"js-md5": "0.7.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"js-yaml": "3.14.1",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"memoize-one": "5.2.1",
|
|
|
|
"nock": "13.2.4",
|
2018-06-04 15:58:14 +00:00
|
|
|
"node-bourbon": "4.2.8",
|
2022-09-15 16:46:48 +00:00
|
|
|
"node-sass": "7.0.1",
|
2022-09-12 14:49:50 +00:00
|
|
|
"normalizr": "3.6.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"postcss-loader": "3.0.0",
|
|
|
|
"prop-types": "15.8.1",
|
2018-06-04 15:58:14 +00:00
|
|
|
"proxy-middleware": "0.15.0",
|
|
|
|
"rc-pagination": "1.16.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react": "16.14.0",
|
|
|
|
"react-accessible-accordion": "3.3.5",
|
2021-09-10 19:06:37 +00:00
|
|
|
"react-ace": "9.3.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-dom": "16.14.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"react-entity-getter": "0.0.8",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-error-boundary": "3.1.4",
|
|
|
|
"react-query": "3.34.16",
|
|
|
|
"react-router": "3.2.6",
|
2022-09-02 19:17:17 +00:00
|
|
|
"react-router-transition": "1.2.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-select": "1.3.0",
|
2022-08-24 12:38:43 +00:00
|
|
|
"react-select-5": "npm:react-select@^5.4.0",
|
2021-11-05 04:16:42 +00:00
|
|
|
"react-table": "7.7.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-tabs": "3.2.3",
|
|
|
|
"react-tooltip": "4.2.21",
|
2018-06-04 15:58:14 +00:00
|
|
|
"select": "1.1.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"sockjs-client": "1.6.1",
|
2018-06-04 15:58:14 +00:00
|
|
|
"sqlite-parser": "1.0.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"use-debounce": "7.0.1",
|
|
|
|
"uuid": "8.3.2",
|
2018-06-04 15:58:14 +00:00
|
|
|
"when": "3.7.8"
|
2016-08-10 05:15:44 +00:00
|
|
|
},
|
|
|
|
"babel": {
|
2019-01-03 20:46:55 +00:00
|
|
|
"presets": [
|
2021-02-25 12:05:08 +00:00
|
|
|
[
|
|
|
|
"@babel/preset-env",
|
|
|
|
{
|
|
|
|
"targets": "defaults",
|
|
|
|
"useBuiltIns": "usage",
|
|
|
|
"corejs": "3.8"
|
|
|
|
}
|
|
|
|
],
|
2020-12-01 18:15:12 +00:00
|
|
|
"@babel/preset-react"
|
2019-01-03 20:46:55 +00:00
|
|
|
],
|
2016-08-10 05:15:44 +00:00
|
|
|
"env": {
|
|
|
|
"dev": {
|
2019-01-03 20:46:55 +00:00
|
|
|
"presets": [
|
|
|
|
"react-hmre"
|
|
|
|
]
|
2020-12-01 18:15:12 +00:00
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"presets": [
|
|
|
|
"@babel/preset-typescript"
|
|
|
|
]
|
2016-08-10 05:15:44 +00:00
|
|
|
}
|
2020-12-01 18:15:12 +00:00
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
|
"@babel/plugin-syntax-import-meta",
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-json-strings",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-decorators",
|
|
|
|
{
|
|
|
|
"legacy": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-function-sent",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
|
|
"@babel/plugin-proposal-numeric-separator",
|
|
|
|
"@babel/plugin-proposal-throw-expressions",
|
|
|
|
"@babel/plugin-proposal-export-default-from",
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-pipeline-operator",
|
|
|
|
{
|
|
|
|
"proposal": "minimal"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
|
|
"@babel/plugin-proposal-do-expressions",
|
|
|
|
"@babel/plugin-proposal-function-bind"
|
|
|
|
]
|
2016-08-10 05:15:44 +00:00
|
|
|
},
|
2016-09-06 18:41:16 +00:00
|
|
|
"devDependencies": {
|
2022-09-15 16:46:48 +00:00
|
|
|
"@babel/cli": "7.17.6",
|
|
|
|
"@babel/core": "7.18.10",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.17.2",
|
|
|
|
"@babel/plugin-proposal-do-expressions": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-export-default-from": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-function-bind": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-pipeline-operator": "7.17.6",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.16.7",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
|
|
|
"@babel/preset-env": "7.16.11",
|
|
|
|
"@babel/preset-react": "7.16.7",
|
|
|
|
"@babel/preset-typescript": "7.16.7",
|
|
|
|
"@storybook/addon-actions": "6.5.0-alpha.48",
|
|
|
|
"@storybook/addon-essentials": "6.5.0-alpha.48",
|
|
|
|
"@storybook/addon-links": "6.5.0-alpha.48",
|
|
|
|
"@storybook/react": "6.5.0-alpha.48",
|
|
|
|
"@testing-library/cypress": "8.0.2",
|
|
|
|
"@testing-library/jest-dom": "5.16.2",
|
|
|
|
"@testing-library/react": "12.1.4",
|
|
|
|
"@testing-library/user-event": "14.4.3",
|
|
|
|
"@tsconfig/recommended": "1.0.1",
|
2018-06-04 15:58:14 +00:00
|
|
|
"@types/classnames": "0.0.32",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/cypress": "1.1.3",
|
2018-06-04 15:58:14 +00:00
|
|
|
"@types/expect": "1.20.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/file-saver": "2.0.5",
|
|
|
|
"@types/js-md5": "0.4.3",
|
|
|
|
"@types/js-yaml": "4.0.5",
|
|
|
|
"@types/lodash": "4.14.179",
|
|
|
|
"@types/memoize-one": "5.1.2",
|
2018-06-04 15:58:14 +00:00
|
|
|
"@types/mocha": "2.2.48",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/node": "14.18.12",
|
|
|
|
"@types/prop-types": "15.7.4",
|
|
|
|
"@types/react": "17.0.40",
|
|
|
|
"@types/react-router": "3.0.28",
|
2021-04-29 13:47:33 +00:00
|
|
|
"@types/react-select": "1.3.0",
|
2021-11-05 04:16:42 +00:00
|
|
|
"@types/react-table": "7.7.7",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@types/react-tabs": "2.3.4",
|
|
|
|
"@types/react-tooltip": "4.2.4",
|
|
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
|
|
"@typescript-eslint/parser": "4.33.0",
|
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-eslint": "9.0.0",
|
|
|
|
"babel-jest": "23.6.0",
|
|
|
|
"babel-loader": "8.2.3",
|
|
|
|
"css-loader": "1.0.1",
|
|
|
|
"cypress": "9.5.1",
|
|
|
|
"cypress-wait-until": "1.7.2",
|
|
|
|
"esbuild-loader": "2.18.0",
|
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-config-airbnb": "15.1.0",
|
|
|
|
"eslint-config-prettier": "8.5.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"eslint-import-resolver-webpack": "0.10.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"eslint-plugin-cypress": "2.12.1",
|
|
|
|
"eslint-plugin-import": "2.25.4",
|
2020-12-01 18:15:12 +00:00
|
|
|
"eslint-plugin-jest": "20.0.3",
|
2021-03-01 07:48:51 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "5.1.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"eslint-plugin-prettier": "3.4.1",
|
|
|
|
"eslint-plugin-react": "7.29.4",
|
|
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"expose-loader": "0.7.5",
|
2022-09-15 16:46:48 +00:00
|
|
|
"file-loader": "4.3.0",
|
|
|
|
"fork-ts-checker-webpack-plugin": "6.5.0",
|
|
|
|
"html-webpack-plugin": "4.5.2",
|
|
|
|
"identity-obj-proxy": "3.0.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"ignore-styles": "5.0.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"jest": "26.6.3",
|
|
|
|
"jest-environment-jsdom-sixteen": "1.0.3",
|
|
|
|
"jsdom": "16.7.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"json-loader": "0.5.7",
|
2022-09-15 16:46:48 +00:00
|
|
|
"mini-css-extract-plugin": "0.7.0",
|
2021-04-12 13:32:25 +00:00
|
|
|
"prettier": "2.2.1",
|
2017-03-13 19:13:33 +00:00
|
|
|
"raw-loader": "0.5.1",
|
2022-09-15 16:46:48 +00:00
|
|
|
"regenerator-runtime": "0.13.9",
|
2018-06-04 15:58:14 +00:00
|
|
|
"sass-loader": "6.0.7",
|
|
|
|
"source-map-loader": "0.2.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"stacktrace-parser": "0.1.10",
|
2018-06-04 15:58:14 +00:00
|
|
|
"style-loader": "0.21.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"trace-unhandled": "2.0.1",
|
|
|
|
"ts-loader": "6.2.2",
|
2022-03-14 16:59:05 +00:00
|
|
|
"ts-node": "10.7.0",
|
2019-01-03 20:46:55 +00:00
|
|
|
"tslint": "5.10.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"tslint-eslint-rules": "5.4.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"tslint-react": "3.6.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"typescript": "4.6.2",
|
|
|
|
"url-loader": "2.3.0",
|
|
|
|
"webpack": "4.46.0",
|
|
|
|
"webpack-cli": "3.3.12",
|
2021-01-04 16:01:35 +00:00
|
|
|
"webpack-notifier": "1.12.0"
|
2019-01-03 20:46:55 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2021-02-25 12:05:08 +00:00
|
|
|
"defaults"
|
2020-12-01 18:15:12 +00:00
|
|
|
],
|
|
|
|
"jest": {
|
|
|
|
"rootDir": "frontend",
|
|
|
|
"moduleDirectories": [
|
|
|
|
"node_modules",
|
|
|
|
"frontend"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
|
|
|
|
"\\.(css|scss|sass)$": "identity-obj-proxy"
|
|
|
|
},
|
|
|
|
"testMatch": [
|
2021-03-30 19:56:20 +00:00
|
|
|
"**/*tests.[jt]s?(x)"
|
2020-12-01 18:15:12 +00:00
|
|
|
],
|
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"<rootDir>/test/envSetup.js"
|
|
|
|
],
|
2021-04-01 18:45:21 +00:00
|
|
|
"setupFiles": [
|
|
|
|
"trace-unhandled/register"
|
|
|
|
],
|
2020-12-01 18:15:12 +00:00
|
|
|
"clearMocks": true,
|
|
|
|
"testURL": "http://localhost:8080"
|
2020-12-02 20:48:03 +00:00
|
|
|
},
|
|
|
|
"license": "SEE LICENSE IN ./LICENSE"
|
2016-08-10 05:15:44 +00:00
|
|
|
}
|