-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.09 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.09 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
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
122
123
124
125
126
127
128
129
{
"name": "elvis",
"private": true,
"scripts": {
"start": "react-scripts --max_old_space_size=2048 start",
"build": "react-scripts --max_old_space_size=2048 build"
},
"engines": {
"node": "^20.9.0",
"yarn": "^1.22.21"
},
"packageManager": "yarn@1.22.21",
"dependencies": {
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "7",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.24.6",
"@babel/runtime": "7",
"@fullcalendar/core": "^5.5.1",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/react": "^5.5.0",
"@fullcalendar/resource-timeline": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1",
"@hookform/resolvers": "^2.8.8",
"@rails/webpacker": "5.4.4",
"@ramonak/react-progress-bar": "^5.0.3",
"@types/babel__core": "7",
"@types/webpack": "5",
"@wojtekmaj/react-daterange-picker": "^3.4.0",
"@wojtekmaj/react-timerange-picker": "^3.5.0",
"activestorage": "^5.2.1",
"autosize": "^4.0.2",
"babel-loader": "8",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-react": "^6.24.1",
"bodybuilder": "^2.4.0",
"bootstrap": "^4.0.0",
"compression-webpack-plugin": "9",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"dayjs": "^1.7.7",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"final-form": "^4.20.7",
"final-form-arrays": "^3.0.2",
"interactjs": "^1.3.4",
"ipaddr.js": "^2.2.0",
"isomorphic-dompurify": "0.20.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^3.0.0",
"jQuery-QueryBuilder": "https://github.com/SIXMON/jQuery-QueryBuilder#master",
"jQuery-QueryBuilder-Elasticsearch": "https://github.com/piotch/jQuery-QueryBuilder-Elasticsearch",
"jquery": "^3.3.1",
"jquery-ujs": "^1.2.2",
"jsdom": "^11.7.0",
"json-stringify-safe": "^5.0.1",
"less": "2.7.1",
"less-loader": "^4.1.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^2.9.2",
"moment": "^2.21.0",
"moment-timezone": "^0.5.23",
"normalize.css": "^7.0.0",
"popper.js": "^1.16.1",
"postcss": "^8.5.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-nested": "^3.0.0",
"postcss-preset-env": "^10.1.3",
"prop-types": "^15.6.0",
"rc-time-picker": "^3.7.3",
"react": "^16.14.0",
"react-autosuggest": "^9.3.4",
"react-csv": "^2.2.2",
"react-datepicker": "^5.1.0",
"react-dom": "^16.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-dropzone": "^11.2.4",
"react-email-editor": "^1.7.8",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.1",
"react-final-form-listeners": "^1.0.3",
"react-full-screen": "^1.1.1",
"react-hook-form": "7.27.1",
"react-input-mask": "^2.0.4",
"react-loader-spinner": "^3.1.14",
"react-modal": "^3.6.1",
"react-select": "^2.4.4",
"react-stepzilla": "https://github.com/SIXMON/react-stepzilla.git",
"react-switch": "^6.0.0",
"react-table": "^6.8.0",
"react-toastify": "^4.5.2",
"react-week-calendar": "SIXMON/react-week-calendar",
"react-yearly-calendar": "SIXMON/react-yearly-calendar",
"react_ujs": "^2.4.3",
"sass-loader": "^16.0.3",
"shakapacker": "^8",
"style-loader": "^4.0.0",
"sweetalert2": "^7.26.11",
"terser-webpack-plugin": "5",
"tui-calendar": "https://github.com/SIXMON/tui.calendar.git",
"tui-calendar-react": "^0.1.0",
"tui-code-snippet": "^1.5.0",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5"
},
"devDependencies": {
"node-sass": "^9.0.0",
"prettier": "^1.14.2",
"webpack-dev-server": "4"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
]
}