-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.41 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.41 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
80
{
"name": "onionful-client",
"version": "0.1.0",
"private": true,
"scripts": {
"update": "git fetch public && git merge public/master",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"serve": "bnr serve",
"deploy": "bnr deploy"
},
"betterScripts": {
"serve": "serve -l ${SERVE_PORT} ./build",
"deploy": "s3-deploy './build/**' --cwd './build/' --region ${AWS_REGION} --profile ${AWS_PROFILE} --bucket ${AWS_BUCKET} --distId ${AWS_CLOUDFRONT_DISTRIBUTION_ID} --invalidate '/'"
},
"dependencies": {
"@emotion/core": "^10.0.6",
"@emotion/styled": "^10.0.6",
"antd": "^3.12.3",
"axios": "^0.18.0",
"connected-react-router": "^6.2.1",
"customize-cra": "^0.2.9",
"flat": "^4.1.0",
"history": "^4.7.2",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"react-images": "^0.5.19",
"react-immutable-proptypes": "^2.1.0",
"react-localize-redux": "^3.5.1",
"react-markdown": "^4.0.6",
"react-photo-gallery": "^6.3.0",
"react-redux": "^6.0.0",
"react-responsive": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-router-prop-types": "^1.0.4",
"react-scripts": "^2.1.3",
"react-scroll": "^1.7.10",
"react-transition-group": "^2.5.3",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-immutable": "^4.0.0",
"redux-promise-middleware": "^5.1.1",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0",
"remark-shortcodes": "^0.2.1",
"type-to-reducer": "^1.1.0",
"typography": "^0.16.18",
"typography-theme-de-young": "^0.16.18"
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.6",
"babel-plugin-import": "^1.11.0",
"better-npm-run": "^0.1.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.5.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"prettier": "^1.15.3",
"react-app-rewire-yaml": "^1.1.0",
"react-app-rewired": "^2.0.2",
"s3-deploy": "^1.2.0",
"serve": "^10.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}