-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathpackage.json
140 lines (140 loc) · 4.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "panther",
"version": "1.0.0",
"description": "Panther is a powerful cloud-native security platform for continuous monitoring and log analysis at scale",
"repository": {
"type": "git",
"url": "git+https://github.com/panther-labs/panther.git"
},
"private": false,
"keywords": [
"ui",
"front-end",
"javascript"
],
"author": "panther-labs",
"license": "Apache v2.0",
"bugs": {
"url": "https://github.com/panther-labs/panther/issues"
},
"homepage": "https://github.com/panther-labs/panther#readme",
"peerDependencies": {
"@emotion/core": "^10.0.21"
},
"sideEffects": [
"./web/src/config.ts"
],
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.8.0",
"@babel/register": "^7.0.0",
"@emotion/babel-preset-css-prop": "^10.0.23",
"@graphql-codegen/cli": "^1.4.0",
"@graphql-codegen/typescript": "^1.3.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.1.3",
"@sentry/cli": "^1.48.0",
"@types/echarts": "^4.4.1",
"@types/history": "^4.7.2",
"@types/linkifyjs": "^2.1.2",
"@types/lodash-es": "^4.17.3",
"@types/qrcode.react": "^0.8.1",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/react-google-recaptcha": "^1.1.0",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.5",
"@types/yup": "^0.26.4",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.7.0",
"aws-sdk": "^2.586.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.5",
"dotenv": "^8.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-prettier": "^6.0.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.11.1",
"express": "^4.17.1",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^1.3.7",
"glob": "^7.1.6",
"handlebars": "^4.5.3",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^4.0.0-beta.5",
"husky": "^1.1.1",
"image-webpack-loader": "^4.6.0",
"js-yaml": "^3.13.1",
"klaw-sync": "^6.0.0",
"lint-staged": "^9.0.2",
"minimist": "^1.2.0",
"prettier": "^1.19.1",
"react-dev-utils": "^9.1.0",
"react-refresh": "^0.7.2",
"rimraf": "^2.6.3",
"shelljs": "^0.8.3",
"terser-webpack-plugin": "^1.3.0",
"ts-loader": "^5.3.1",
"typescript": "^3.7.3",
"url-loader": "^1.1.1",
"webpack": "^4.35.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4",
"workbox-webpack-plugin": "^4.3.1",
"yaml-cfn": "^0.2.3"
},
"dependencies": {
"@apollo/client": "^3.0.0-beta.7",
"@sentry/browser": "^5.1.2",
"apollo-link-error": "^1.1.12",
"aws-amplify": "^1.2.4",
"aws-appsync-auth-link": "^2.0.1",
"brace": "^0.11.1",
"dayjs": "^1.8.15",
"echarts": "^4.2.1",
"formik": "^2.0.1-rc.12",
"graphql": "^14.4.2",
"history": "^4.7.2",
"linkifyjs": "^2.1.7",
"lodash-es": "^4.17.15",
"pouncejs": "^0.10.0",
"qrcode.react": "^0.8.0",
"query-string": "^6.8.3",
"react": "^16.10.2",
"react-ace": "^7.0.4",
"react-content-loader": "^4.2.1",
"react-dom": "^16.10.2",
"react-infinite-scroll-hook": "^2.0.0",
"react-json-view": "^1.19.1",
"react-router-dom": "^5.0.1",
"react-script-loader-hoc": "^1.2.2",
"yup": "^0.26.6"
},
"scripts": {
"build-assets": "webpack",
"serve-assets": "node web/scripts/serve-assets.js",
"setup-dotenv": "node web/scripts/setup-dotenv.js",
"generate-gql": "graphql-codegen",
"dev": "npm run setup-dotenv -- --environment=local webpack-dev-server",
"lint": "eslint \"{web,enterprise}/**/*.{ts,js,tsx,jsx}\" && prettier --list-different \"{web,enterprise}/**/*.{ts,js,tsx,jsx,md,scss,css,json}\" && tsc -p ."
}
}