-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
121 lines (121 loc) · 4.3 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
119
120
121
{
"name": "web-c-client",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "webpack serve --mode=development",
"build": "webpack",
"upload-to-s3:test": "aws s3 cp ./dist s3://S3/ --recursive",
"upload-to-s3:prod": "aws s3 cp ./dist s3://swoomi-client/ --recursive --profile opg",
"invalidate-cloudfront:test": "aws cloudfront create-invalidation --distribution-id ID --paths /*",
"invalidate-cloudfront:prod": "aws cloudfront create-invalidation --distribution-id E2L3H2Z180VOIS --paths /* --profile opg",
"invalidate-cloudfront:test:linux": "aws cloudfront create-invalidation --distribution-id ID --paths '/*'",
"invalidate-cloudfront:prod:linux": "aws cloudfront create-invalidation --distribution-id E2L3H2Z180VOIS --paths '/*' --profile opg",
"deploy:test": "set SERVICE_MODE=test&&npm-run-all build upload-to-s3:test invalidate-cloudfront:test",
"deploy:prod": "set SERVICE_MODE=prod&&npm-run-all build upload-to-s3:prod invalidate-cloudfront:prod",
"deploy:test:linux": "SERVICE_MODE=test npm-run-all build upload-to-s3:test invalidate-cloudfront:test:linux",
"deploy:prod:linux": "SERVICE_MODE=prod npm-run-all build upload-to-s3:prod invalidate-cloudfront:prod:linux"
},
"proxy": "http://localhost:3000",
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
],
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@hot-loader/react-dom": "^17.0.1",
"@loadable/component": "^5.14.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.6.1",
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"@types/react-icons": "^3.0.0",
"@types/uuid": "^8.3.1",
"antd": "^4.9.2",
"axios": "^0.21.1",
"babel-plugin-import": "1.13.3",
"classnames": "^2.2.6",
"copy-webpack-plugin": "^9.0.1",
"core-js": "3.17.2",
"detect-browser": "^4.8.0",
"diff": "^5.0.0",
"es6-promise": "^4.2.8",
"history": "4.10.1",
"html-react-parser": "0.13.0",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.2",
"js-cookie": "^2.2.0",
"lodash": "4.17.21",
"moment": "2.24.0",
"moment-timezone": "0.5.28",
"net": "^1.0.2",
"nosleep.js": "^0.12.0",
"path": "^0.12.7",
"prop-types": "^15.6.1",
"react": "17.0.2",
"react-dev-utils": "11.0.4",
"react-dom": "17.0.2",
"react-hot-loader": "4.13.0",
"react-i18next": "11.11.4",
"react-icons": "^4.2.0",
"react-router-dom": "5.2.0",
"react-sortable-hoc": "^2.0.0",
"readline": "^1.3.0",
"regenerator-runtime": "0.13.9",
"resolve-url-loader": "4.0.0",
"sockjs-client": "1.5.2",
"speak-tts": "^2.0.8",
"stompjs": "2.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/eslint-parser": "7.14.7",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "7.14.5",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@types/sockjs-client": "1.5.1",
"@types/stompjs": "2.3.5",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"babel-loader": "8.2.2",
"css-loader": "5.2.7",
"eslint": "7.23.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.2.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-alloy": "4.2.0",
"eslint-import-resolver-webpack": "0.13.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.2",
"less": "3.13.1",
"less-loader": "7.3.0",
"mini-svg-data-uri": "1.3.3",
"npm-run-all": "^4.1.5",
"sass": "1.32.8",
"sass-loader": "10.1.1",
"sass-resources-loader": "2.1.1",
"style-loader": "2.0.0",
"stylelint": "13.13.1",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.20.1",
"stylelint-webpack-plugin": "3.0.1",
"ts-loader": "9.2.5",
"typescript": "4.3.5",
"uninstall": "0.0.0",
"url-loader": "4.1.1",
"webpack": "5.46.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2",
"webpack-dev-server": "4.0.0-rc.0"
}
}