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.",
|
2024-03-13 12:45:28 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "20.11.1",
|
|
|
|
"yarn": ">=1.22.21"
|
|
|
|
},
|
2018-06-04 15:58:14 +00:00
|
|
|
"private": true,
|
2016-09-06 18:41:16 +00:00
|
|
|
"scripts": {
|
2023-08-18 17:06:12 +00:00
|
|
|
"lint": "eslint frontend --ext .js,.jsx,.ts,.tsx",
|
|
|
|
"prettier:check": "prettier --check frontend/**/*.{jsx,js,tsx,ts}",
|
2022-10-25 13:17:32 +00:00
|
|
|
"test": "jest --config ./frontend/test/jest.config.ts",
|
2023-06-01 16:46:25 +00:00
|
|
|
"test:ci": "jest --config ./frontend/test/jest.config.ts --ci --coverage",
|
2023-05-03 16:50:17 +00:00
|
|
|
"storybook": "storybook dev -p 6006",
|
|
|
|
"build-storybook": "storybook build"
|
2016-09-06 18:41:16 +00:00
|
|
|
},
|
2016-08-10 05:15:44 +00:00
|
|
|
"dependencies": {
|
2023-06-08 17:13:27 +00:00
|
|
|
"@types/dompurify": "3.0.2",
|
2021-09-10 19:06:37 +00:00
|
|
|
"ace-builds": "1.4.12",
|
2023-11-10 20:07:31 +00:00
|
|
|
"axios": "1.6.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"core-js": "3.25.1",
|
|
|
|
"date-fns": "2.28.0",
|
2023-06-08 17:13:27 +00:00
|
|
|
"dompurify": "3.0.3",
|
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",
|
2024-03-26 15:07:50 +00:00
|
|
|
"express": "4.19.2",
|
2018-06-04 15:58:14 +00:00
|
|
|
"file-saver": "1.3.8",
|
|
|
|
"history": "2.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",
|
2023-02-20 20:23:19 +00:00
|
|
|
"node-sass": "8.0.0",
|
2022-09-12 14:49:50 +00:00
|
|
|
"normalizr": "3.6.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"prop-types": "15.8.1",
|
2018-06-04 15:58:14 +00:00
|
|
|
"proxy-middleware": "0.15.0",
|
|
|
|
"rc-pagination": "1.16.3",
|
2024-03-13 19:09:16 +00:00
|
|
|
"react": "18.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-accessible-accordion": "3.3.5",
|
2021-09-10 19:06:37 +00:00
|
|
|
"react-ace": "9.3.0",
|
2024-03-13 19:09:16 +00:00
|
|
|
"react-dom": "18.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"react-error-boundary": "3.1.4",
|
2023-01-23 18:07:26 +00:00
|
|
|
"react-markdown": "8.0.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"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",
|
2023-04-14 14:58:54 +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",
|
2023-11-07 21:15:49 +00:00
|
|
|
"react-tooltip-5": "npm:react-tooltip@5.21.3",
|
2023-01-23 18:07:26 +00:00
|
|
|
"remark-gfm": "3.0.1",
|
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",
|
2023-04-14 14:58:54 +00:00
|
|
|
"use-debounce": "9.0.4",
|
2022-09-15 16:46:48 +00:00
|
|
|
"uuid": "8.3.2",
|
2018-06-04 15:58:14 +00:00
|
|
|
"when": "3.7.8"
|
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",
|
2023-11-01 10:54:26 +00:00
|
|
|
"@babel/preset-env": "7.21.5",
|
|
|
|
"@babel/preset-react": "7.18.6",
|
|
|
|
"@babel/preset-typescript": "7.21.5",
|
|
|
|
"@storybook/addon-a11y": "7.5.2",
|
|
|
|
"@storybook/addon-actions": "7.5.2",
|
|
|
|
"@storybook/addon-designs": "7.0.5",
|
|
|
|
"@storybook/addon-essentials": "7.5.2",
|
|
|
|
"@storybook/addon-links": "7.5.2",
|
|
|
|
"@storybook/addon-mdx-gfm": "7.5.2",
|
|
|
|
"@storybook/react": "7.5.2",
|
|
|
|
"@storybook/react-webpack5": "7.5.2",
|
|
|
|
"@storybook/test-runner": "0.13.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@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",
|
2023-06-23 21:52:16 +00:00
|
|
|
"@types/chrome": "0.0.237",
|
2018-06-04 15:58:14 +00:00
|
|
|
"@types/classnames": "0.0.32",
|
|
|
|
"@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",
|
2024-03-13 19:09:16 +00:00
|
|
|
"@types/react": "18.2.63",
|
|
|
|
"@types/react-dom": "18.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"@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",
|
2023-02-28 17:13:30 +00:00
|
|
|
"@types/sockjs-client": "1.5.1",
|
|
|
|
"@types/uuid": "8.3.4",
|
2023-04-14 14:58:54 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.58.0",
|
|
|
|
"@typescript-eslint/parser": "5.58.0",
|
2023-02-28 17:13:30 +00:00
|
|
|
"autoprefixer": "9.8.8",
|
2022-09-15 16:46:48 +00:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-eslint": "9.0.0",
|
2023-01-23 18:07:26 +00:00
|
|
|
"babel-jest": "29.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"babel-loader": "8.2.3",
|
2023-11-01 10:54:26 +00:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2023-02-28 17:13:30 +00:00
|
|
|
"bourbon": "5.1.0",
|
|
|
|
"classnames": "2.2.5",
|
2023-04-14 14:58:54 +00:00
|
|
|
"css-loader": "6.7.3",
|
2022-09-15 16:46:48 +00:00
|
|
|
"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-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",
|
2023-11-01 10:54:26 +00:00
|
|
|
"eslint-plugin-storybook": "0.6.11",
|
2023-02-28 17:13:30 +00:00
|
|
|
"expect": "1.20.2",
|
2022-09-15 16:46:48 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "6.5.0",
|
2023-04-14 14:58:54 +00:00
|
|
|
"html-webpack-plugin": "5.5.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"ignore-styles": "5.0.1",
|
2022-10-25 13:17:32 +00:00
|
|
|
"jest": "29.2.0",
|
|
|
|
"jest-environment-jsdom": "29.2.0",
|
2022-09-15 16:46:48 +00:00
|
|
|
"jest-environment-jsdom-sixteen": "1.0.3",
|
|
|
|
"jsdom": "16.7.0",
|
2018-06-04 15:58:14 +00:00
|
|
|
"json-loader": "0.5.7",
|
2023-04-14 14:58:54 +00:00
|
|
|
"mini-css-extract-plugin": "2.7.5",
|
2022-11-01 18:59:40 +00:00
|
|
|
"msw": "0.47.4",
|
2023-02-28 17:13:30 +00:00
|
|
|
"nock": "13.2.4",
|
|
|
|
"node-bourbon": "4.2.8",
|
2023-03-01 20:33:42 +00:00
|
|
|
"node-sass-glob-importer": "5.3.2",
|
2023-02-28 17:13:30 +00:00
|
|
|
"postcss-loader": "3.0.0",
|
2021-04-12 13:32:25 +00:00
|
|
|
"prettier": "2.2.1",
|
2023-11-01 10:54:26 +00:00
|
|
|
"react-docgen-typescript-plugin": "1.0.5",
|
2022-09-15 16:46:48 +00:00
|
|
|
"regenerator-runtime": "0.13.9",
|
2023-04-14 14:58:54 +00:00
|
|
|
"sass-loader": "13.2.2",
|
2023-11-01 10:54:26 +00:00
|
|
|
"storybook": "7.5.2",
|
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",
|
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",
|
2023-04-14 14:58:54 +00:00
|
|
|
"webpack": "5.78.0",
|
|
|
|
"webpack-cli": "5.0.1",
|
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
|
|
|
],
|
2020-12-02 20:48:03 +00:00
|
|
|
"license": "SEE LICENSE IN ./LICENSE"
|
2016-08-10 05:15:44 +00:00
|
|
|
}
|