-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.93 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
{
"name": "react-content-script",
"homepage": "https://github.com/facets-io/facet-extension",
"private": true,
"scripts": {
"start": "webpack serve --open 'Google Chrome' --mode='development'",
"build": "webpack --mode='production'",
"create-zip": "rm -rf extension-chrome-facet.zip && rm -rf extension-chrome-facet && yarn build && mv build extension-chrome-facet && zip -r extension-chrome-facet.zip ./extension-chrome-facet/"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@aws-amplify/ui-react": "^1.0.3",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@sentry/browser": "^6.2.0",
"@sentry/tracing": "^6.2.0",
"aws-amplify": "^3.3.21",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "^4.1.0",
"clsx": "^1.1.1",
"css-loader": "5.1.0",
"dotenv": "8.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.3.1",
"eva-icons": "^1.1.3",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"jest": "26.6.3",
"jquery": "^3.5.1",
"jquery-ui-bundle": "^1.12.1",
"lodash": "^4.17.21",
"notistack": "^1.0.4",
"object-assign": "4.1.1",
"process": "^0.11.10",
"promise": "8.1.0",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-eva-icons": "^0.0.8",
"react-hook-form": "^6.15.4",
"react-router-dom": "^5.2.0",
"style-loader": "2.0.0",
"styled-components": "^5.2.1",
"sw-precache-webpack-plugin": "1.0.0",
"typeface-roboto": "^1.1.13",
"url-loader": "4.1.1",
"webpack": "^5.24.2",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "3.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@babel/runtime": "^7.13.7",
"babel-loader": "^8.2.2",
"chrome-webstore-upload": "^0.4.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fontsource-roboto": "^4.0.0",
"json5-loader": "^4.0.1",
"svg-url-loader": "^7.1.1",
"webpack-cli": "^4.5.0",
"zip-folder": "^1.0.0"
}
}