-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.24 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
{
"name": "csquiz",
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "7",
"@fortawesome/fontawesome-free": "^5.14.0",
"@hotwired/turbo-rails": "^7.2.0",
"@rails/actioncable": "^7.0.2",
"@rails/actiontext": "^7.0.2",
"@rails/activestorage": "^7.0.2",
"@rails/ujs": "^7.0.2-2",
"actiontext": "rails/actiontext",
"babel-loader": "8",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.5.2",
"compression-webpack-plugin": "9",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons-bs4": "^1.5.6",
"datatables.net-responsive-bs4": "^2.2.3",
"datetime-moment": "^1.0.0",
"expose-loader": "^3.1.0",
"flatpickr": "^4.5.7",
"flux": "^3.1.3",
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"mini-css-extract-plugin": "^2.6.0",
"moment": "^2.29.2",
"popper.js": "^1.16.1",
"postcss-cssnext": "^3.1.0",
"prop-types": "^15.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react_ujs": "^2.6.0",
"reactstrap": "^8.0.1",
"recompose": "^0.30.0",
"sass": "^1.49.11",
"sass-loader": "^12.6.0",
"shakapacker": "6.6.0",
"shepherd.js": "^8.1.0",
"stimulus": "^1.1.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "5",
"trix": "^1.1.1",
"webpack": "^5.74.0",
"webpack-assets-manifest": "5",
"webpack-cli": "^4.10.0",
"webpack-merge": "5"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js",
"@babel/preset-react"
]
},
"devDependencies": {
"eslint": "^5.11.1",
"eslint-config-google": "^0.11.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"react-refresh": "^0.14.0",
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"build": "webpack --config webpack.config.js"
}
}