-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.44 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.44 KB
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
{
"name": "nhmc-5050",
"version": "0.5.0",
"description": "5050 application for the New Hampshire Marine Corps",
"main": "index.js",
"scripts": {
"start": "node scripts/start.js",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/runtime": "^7.9.2",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.46",
"@stripe/react-stripe-js": "^1.1.0",
"@stripe/stripe-js": "^1.2.0",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"connected-react-router": "^6.8.0",
"css-loader": "^3.4.2",
"detect-port": "^1.3.0",
"dotenv": "^8.2.0",
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-prettier": "^3.1.2",
"file-loader": "^6.0.0",
"history": "^4.10.1",
"html-loader": "^0.5.5",
"html-react-parser": "^0.10.3",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"immutable": "^4.0.0-rc.12",
"moment": "^2.24.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dev-utils": "^10.2.0",
"react-dom": "^16.13.0",
"react-ga": "^2.7.0",
"react-geocode": "^0.2.1",
"react-hot-loader": "^4.12.20",
"react-material-ui-form-validator": "^2.0.10",
"react-meta-tags": "^0.7.4",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-redux": "^4.0.8",
"react-share": "^4.1.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"webpack-dev-server": "^3.10.3"
}
}