-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
126 lines (126 loc) · 4.51 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
122
123
124
125
126
{
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-sent": "^7.25.9",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-destructuring": "^7.25.7",
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
"@babel/plugin-transform-regenerator": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/runtime": "^7.26.0",
"@cubing/icons": "^1.1.3",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/luxon3": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@rails/ujs": "^7.1.500",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"@tanstack/react-query": "^5.62.3",
"@wca/helpers": "^1.1.5",
"autonumeric": "^4.10.7",
"autoprefixer": "^10.4.20",
"autosize": "^6.0.1",
"babel-loader": "^9.2.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"blueimp-load-image": "^5.16.0",
"classnames": "^2.5.1",
"compression-webpack-plugin": "^11.1.0",
"core-js": "^3.39.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"date-fns": "^4.1.0",
"dompurify": "^3.2.3",
"easymde": "^2.18.0",
"expose-loader": "^5.0.0",
"file-loader": "^6.2.0",
"flag-icons": "^7.2.3",
"glob": "^11.0.0",
"i18n-js": "^4.5.0",
"jquery": "3.7.1",
"js-yaml": "^4.1.0",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^4.0.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"make-plural": "^7.4.0",
"mini-css-extract-plugin": "^2.9.2",
"path-complete-extname": "^1.0.0",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.1",
"prop-types": "^15.8.1",
"rails-erb-loader": "^5.5.2",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-csv": "^2.2.2",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-image-crop": "^11.0.7",
"react-intersection-observer": "^9.13.1",
"react-leaflet": "^4.2.1",
"react-simplemde-editor": "^5.2.0",
"react-spinners": "^0.15.0",
"react-textarea-autosize": "^8.5.6",
"react_ujs": "^3.2.1",
"regenerator-runtime": "^0.14.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.82.0",
"sass-loader": "^16.0.4",
"semantic-ui-react": "^2.1.5",
"shakapacker": "8.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.97.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^6.0.1",
"whatwg-fetch": "^3.6.20"
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"jshint": "^2.13.6",
"react-refresh": "^0.16.0",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.10.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "^5.1.0"
},
"scripts": {
"webpack:analyze": "mkdir -p public/packs && RACK_ENV=test NODE_ENV=production webpack --config config/webpack/webpack.config.js --profile --json > public/packs/stats.json && webpack-bundle-analyzer public/packs/stats.json"
},
"packageManager": "[email protected]"
}