-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
62 lines (62 loc) · 1.7 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
{
"name": "scheduler",
"engines": {
"node": "18.x"
},
"private": true,
"scripts": {
"test": "jest --config=jest.config.js"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.7.0",
"@fortawesome/fontawesome-free": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@rails/webpacker": "^5.1.1",
"@ttskch/select2-bootstrap4-theme": "^1.3.2",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"core-js": "3",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"flatpickr": "^4.6.13",
"foundation-sites": "^6.5.3",
"inputmask": "^4.0.6",
"jquery": "^3.5.0",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"moment-range": "^4.0.1",
"moment-timezone": "^0.5.23",
"prop-types": "^15.7.2",
"rails-ujs": "^5.1.4",
"ramda": "^0.26.1",
"react": "^17.0.2",
"react-datepicker": "^3.7.0",
"react-day-picker": "^7.4.10",
"react-dom": "^17.0.2",
"react-modal": "^3.13.1",
"react-toggle": "^4.1.2",
"react_ujs": "^2.4.4",
"rrule": "^2.6.0",
"sass-loader": "^8.0.2",
"select2": "^4.0.12",
"snakecase-keys": "^3.1.0",
"stimulus": "^1.1.1",
"stimulus-flatpickr": "^1.4.0",
"turbolinks": "^5.0.3",
"what-input": "^5.2.6"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"eslint-config-hint": "^0.0.4",
"jest": "^24.9.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}