-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 3.27 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
{
"name": "wevoteaction",
"version": "1.0.0",
"description": "We Vote Action",
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/WeVote/Action.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.12.3",
"@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.12.1",
"@babel/preset-react": "^7.12.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"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.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-wdio": "^7.0.0",
"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.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^20.0.0",
"unused-webpack-plugin": "^2.4.0",
"webpack": "^5.32.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-shell-plugin-next": "^2.2.2"
},
"dependencies": {
"@loadable/component": "^5.14.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "~4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.4",
"@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": "^1.1.0",
"glob": "^7.1.6",
"jquery": "^3.6.0",
"keymirror": "~0.1.1",
"material-ui-dropzone": "~3.5.0",
"moment": "~2.29.1",
"object-assign": "~4.1.1",
"prop-types": "~15.7.2",
"react": "~17.0.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "~17.0.1",
"react-ga": "^3.3.0",
"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.0.12",
"react-text-truncate": "^0.17.0",
"react-truncate-markup": "~5.1.0",
"rxjs": "^6.6.7",
"styled-components": "~5.2.1"
}
}