-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.16 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
{
"name": "react-boiler-plate-code",
"version": "1.0.0",
"description": "react-boiler-plate-code",
"main": "app.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js",
"sync": "aws s3 sync --acl public-read public/ s3://txgun.io",
"invalidate": "aws cloudfront create-invalidation --distribution-id EL0A14GZ0RF4B --paths='/*'",
"deploy": "npm run build && npm run sync && npm run invalidate"
},
"author": "jishnu koottala",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.0.0",
"@material-ui/icons": "^3.0.0",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"connected-react-router": "^6.3.2",
"css-loader": "^0.28.11",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"file-loader": "^1.1.11",
"fusioncharts": "^3.12.2",
"material-ui-image": "^3.0.0",
"prismjs": "^1.16.0",
"react": "^16.3.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.3.2",
"react-fusioncharts": "^1.0.5",
"react-popper": "^0.10.4",
"react-prism": "^4.3.2",
"react-redux": "^6",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.2.0",
"save": "^2.3.3",
"style-loader": "^0.21.0",
"timeago-react": "^2.0.1",
"webpack": "^4.6.0",
"webpack-dev-server": "^3.1.3",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-standard": "^4.0.1",
"url-loader": "^1.0.1",
"webpack-cli": "^2.0.15"
}
}