forked from gane5hvarma/panther
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
132 lines (132 loc) · 4.35 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
{
"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/react": "^11.0.0-next.12"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@emotion/babel-preset-css-prop": "^11.0.0-next.10",
"@graphql-codegen/add": "^1.13.1",
"@graphql-codegen/cli": "^1.13.1",
"@graphql-codegen/near-operation-file-preset": "^1.13.1",
"@graphql-codegen/typescript": "^1.13.1",
"@graphql-codegen/typescript-operations": "^1.13.1",
"@graphql-codegen/typescript-react-apollo": "^1.13.1",
"@graphql-codegen/typescript-resolvers": "^1.13.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.1.3",
"@sentry/cli": "^1.49.0",
"@types/echarts": "^4.4.2",
"@types/history": "^4.7.5",
"@types/linkifyjs": "^2.1.3",
"@types/lodash-es": "^4.17.3",
"@types/qrcode.react": "^1.0.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/yup": "^0.26.29",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"aws-sdk": "^2.610.0",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^5.1.1",
"dotenv": "^8.2.0",
"ejs-webpack-loader": "^2.2.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"file-loader": "^5.0.2",
"fork-ts-checker-webpack-plugin": "^4.0.3",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.0.0-beta.5",
"husky": "^3.1.0",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"react-dev-utils": "^10.1.0",
"react-refresh": "^0.7.2",
"svg-url-loader": "^4.0.0",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1",
"terser-webpack-plugin": "^2.3.4",
"ts-loader": "^6.2.1",
"typescript": "~3.7.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0"
},
"dependencies": {
"@apollo/client": "3.0.0-beta.41",
"@sentry/browser": "^5.12.1",
"apollo-link-error": "^1.1.12",
"aws-amplify": "^2.2.2",
"aws-appsync-auth-link": "^2.0.1",
"brace": "^0.11.1",
"canvas-confetti": "^1.1.2",
"dayjs": "^1.8.19",
"echarts": "^4.8.0",
"ejs": "^3.1.2",
"express": "~4.17.1",
"express-static-gzip": "~2.0.6",
"formik": "^2.1.3",
"graphql": "^14.6.0",
"history": "^4.10.1",
"linkifyjs": "^2.1.9",
"lodash-es": "^4.17.15",
"pouncejs": "0.19.0",
"qrcode.react": "^1.0.0",
"query-string": "^6.10.1",
"react": "^16.12.0",
"react-ace": "^7.0.5",
"react-content-loader": "^4.3.4",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-json-view": "^1.19.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"yup": "^0.28.1"
},
"scripts": {
"build": "node web/scripts/build.js",
"start": "node web/scripts/start.js",
"serve": "node web/scripts/serve.js",
"graphql-codegen": "graphql-codegen --config web/codegen.yml",
"graphql-codegen:watch": "npm run graphql-codegen -- --watch",
"eslint": "eslint --config web/.eslintrc.js \"web/**/*.{ts,js,tsx}\"",
"prettier": "prettier --list-different \"web/**/*.{ts,js,tsx,md,json,yml}\"",
"tsc": "tsc -p web",
"validate": "npm run eslint && npm run prettier && npm run tsc"
}
}