-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.07 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
{
"name": "rdv_insertion",
"private": true,
"dependencies": {
"@babel/core": "7.14.6",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "7.14.5",
"@babel/preset-react": "^7.13.13",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo": "^8.0.4",
"@hotwired/turbo-rails": "^8.0.4",
"@popperjs/core": "^2.9.2",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@tippyjs/react": "^4.2.6",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^5.0.1",
"chart.js": "^3.7.1",
"chartkick": "^4.1.1",
"css-loader": "^6.9.1",
"flatpickr": "^4.6.13",
"mini-css-extract-plugin": "^2.7.7",
"mobx": "^6.10.0",
"mobx-react-lite": "^4.0.3",
"prop-types": "^15.7.2",
"qr-scanner": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react_ujs": "^2.6.1",
"remixicon": "^4.5.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"sortablejs": "^1.15.0",
"stimulus-flatpickr": "^3.0.0-0",
"sweetalert2": "^11.0.17",
"tippy.js": "^6.3.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"version": "1.22.5",
"devDependencies": {
"eslint": "^8.49.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4",
"husky": "^6.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.1"
},
"scripts": {
"postinstall": "husky install",
"lint": "eslint 'app/javascript/**' --quiet",
"build": "webpack --config ./config/webpack/webpack.config.js"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
}