This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 2.42 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
{
"name": "orca",
"private": true,
"resolutions": {
"autoprefixer": "10.4.5"
},
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "7",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fullcalendar/bootstrap": "^5.7.0",
"@fullcalendar/core": "^5.7.0",
"@fullcalendar/daygrid": "^5.7.0",
"@fullcalendar/interaction": "^5.7.0",
"@fullcalendar/react": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.0",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@popperjs/core": "^2.11.5",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.2-1",
"@sentry/browser": "^7.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^5.1.3",
"compression-webpack-plugin": "9",
"css-loader": "^6.4.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^2.5.3",
"moment": "^2.29.2",
"moment-timezone": "^0.5.33",
"node-fetch": "^3.0.0",
"postcss": "^8.4.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^7.3.0",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-recompose": "^0.31.1",
"react_ujs": "^2.6.1",
"sass": "^1.49.4",
"sass-loader": "^12.2.0",
"shakapacker": "6.1.1",
"sortablejs": "^1.13.0",
"stimulus-autocomplete": "^3.0.2",
"terser-webpack-plugin": "5",
"ts-loader": "^8.0.14",
"turbolinks": "^5.2.0",
"typescript": "^4.1.3",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js",
"@babel/preset-react",
"@babel/preset-typescript"
]
},
"browserslist": [
"defaults",
"not IE 11"
],
"devDependencies": {
"webpack-dev-server": "^4.7.4"
}
}