-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
118 lines (118 loc) · 4.14 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
{
"name": "wevotecampaigns",
"version": "1.0.0",
"description": "We Vote Campaigns",
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/WeVote/Campaigns.git"
},
"scripts": {
"build": "node buildDateFile.js && webpack --mode production",
"prod-fixed": "node buildDateFile.js && FIXEDPATH=1 webpack --mode production",
"prod": "node buildDateFile.js && webpack --mode production",
"lint": "eslint --format stylish --ext .jsx --ext .js src/js",
"start": "node buildDateFile.js && PROTOCOL=HTTP webpack serve --mode development",
"start-https": "node buildDateFile.js && PROTOCOL=HTTPS webpack serve --mode development",
"start-https-analysis": "node buildDateFile.js && PROTOCOL=HTTPS && ANALYSIS=1 webpack serve --mode development",
"start-minified": "webpack serve --mode production",
"start-minified-analysis": "ANALYSIS=1 webpack serve --mode development",
"test": "echo \"No test specified\" && exit 0"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.13.6",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.12.1",
"@babel/register": "^7.13.16",
"@snyk/protect": "^1.657.0",
"@wdio/browserstack-service": "^8.5.5",
"@wdio/cli": "^8.5.5",
"@wdio/config": "^8.5.5",
"@wdio/globals": "^8.5.5",
"@wdio/local-runner": "^8.5.5",
"@wdio/mocha-framework": "^8.4.0",
"@wdio/protocols": "^8.3.11",
"@wdio/spec-reporter": "^8.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.0",
"babel-plugin-styled-components": "^2.0.6",
"chai": "^4.3.7",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-wdio": "^8.0.14",
"eslint-webpack-plugin": "^2.4.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"moment-locales-webpack-plugin": "^1.2.0",
"react-hot-loader": "^4.13.1",
"remove-files-webpack-plugin": "^1.5.0",
"stylelint": "^14.3.0",
"stylelint-config-standard": "^20.0.0",
"terser-webpack-plugin": "^5.1.2",
"unused-webpack-plugin": "^2.4.0",
"webdriver": "^8.5.5",
"webdriverio": "^8.5.5",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-shell-plugin-next": "^2.2.2"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.1.2",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.8.1",
"@loadable/component": "^5.14.1",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.96",
"@mui/material": "^5.10.2",
"@mui/styled-engine": "^5.5.2",
"@mui/styled-engine-sc": "^5.10.1",
"@mui/styles": "^5.10.2",
"@stripe/react-stripe-js": "^1.3.0",
"@stripe/stripe-js": "^1.13.0",
"clsx": "^1.1.1",
"express": "^4.17.1",
"flux": "~4.0.1",
"gapi-script": "github:wevote/gapi-script",
"glob": "^7.1.6",
"jquery": "^3.6.0",
"keymirror": "~0.1.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"mui-file-dropzone": "^4.0.1",
"object-assign": "~4.1.1",
"prop-types": "~15.7.2",
"react": "~17.0.2",
"react-bootstrap": "^1.6.4",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "~17.0.2",
"react-ga4": "^2.0.0",
"react-google-button": "^0.7.2",
"react-google-recaptcha-v3": "^1.10.1",
"react-helmet": "~6.1.0",
"react-phone-number-input": "^3.1.11",
"react-router-dom": "~5.2.0",
"react-select": "~4.1.0",
"react-share": "^4.4.0",
"react-svg": "^14.1.9",
"react-text-truncate": "^0.17.0",
"react-truncate-markup": "~5.1.0",
"rxjs": "^6.6.7",
"styled-components": "~5.3.3"
}
}