forked from rubyforgood/human-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.56 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
{
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.17.7",
"@babel/plugin-transform-regenerator": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@fortawesome/fontawesome-free": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/list": "^5.11.0",
"@fullcalendar/luxon": "^5.11.0",
"@rails/actiontext": "^7.0.2",
"@rails/webpacker": "5.4.3",
"actiontext": "https://github.com/rails/actiontext#archive",
"babel-cli": "^6.26.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"fstream": "^1.0.12",
"highcharts": "^9.0.0",
"js-yaml": "^3.13.1",
"litepicker": "^2.0.12",
"lodash": "^4.17.15",
"lodash.mergewith": "^4.6.2",
"lodash.template": "^4.5.0",
"luxon": "^2.3.2",
"mem": "^5.1.1",
"mixin-deep": "^2.0.1",
"set-value": "^3.0.1",
"tailwindcss": "^2.1.2",
"toastr": "^2.1.4",
"trix": "^1.3.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.4",
"postcss": "^8.2.15",
"postcss-cssnext": "^3.1.0",
"webpack-dev-server": "^3"
}
}