-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.47 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.47 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "altridedge-client",
"version": "1.4.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.6.0",
"@fullcalendar/core": "^5.10.0",
"@fullcalendar/daygrid": "^5.10.0",
"@fullcalendar/google-calendar": "^5.10.0",
"@fullcalendar/interaction": "^5.9.0",
"@fullcalendar/list": "^5.10.0",
"@fullcalendar/react": "^5.9.0",
"@fullcalendar/rrule": "^5.10.0",
"@fullcalendar/timegrid": "^5.10.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@tosspayments/sdk": "^1.1.2",
"apexcharts": "^3.22.0",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"cropperjs": "^1.5.12",
"heatmap.js": "^2.0.5",
"jquery": "^3.5.1",
"mathjs": "^7.5.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"node-sass": "^4.14.1",
"pixi.js": "^5.3.3",
"query-string": "^6.14.0",
"quilljs-renderer": "^0.0.8",
"react": "^16.14.0",
"react-apexcharts": "^1.3.7",
"react-beforeunload": "^2.3.0",
"react-clipboard.js": "^2.0.16",
"react-copy-to-clipboard": "^5.0.4",
"react-countup": "^4.3.3",
"react-datepicker": "^4.3.0",
"react-datetimepicker-syaku": "^1.0.11",
"react-dom": "^16.13.1",
"react-google-login": "^5.1.22",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.1.0",
"react-kakao-login": "^1.2.3",
"react-quill": "^1.3.5",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-scroll": "^1.8.1",
"react-split": "^2.0.11",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"rrule": "^2.6.8",
"short-unique-id": "^3.2.3",
"socket.io-client": "^3.0.4",
"styled-components": "^5.2.0",
"webgazer": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"debug": "react-scripts --inspect=0.0.0.0:3223 start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"standard-version": "standard-version",
"release:finish": "branch=$(git rev-parse --abbrev-ref HEAD | cut -d'/' -f2); git pull origin release/${branch} && git fetch && git pull origin master && npm run standard-version -- --release-as minor && git flow release finish -Fpn ${branch} && git push --tags",
"hotfix:finish": "branch=$(git rev-parse --abbrev-ref HEAD | cut -d'/' -f2); git pull origin hotfix/${branch} && git fetch && git pull origin master && npm run standard-version -- --release-as patch && git flow hotfix finish -Fpn ${branch} && git push --tags"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"standard-version": "^9.5.0"
}
}