-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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
{
"packageManager": "yarn@1.22.17",
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/runtime": "7",
"@fortawesome/fontawesome-free": "^7.2.0",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^8.0.16",
"@rails/actioncable": "^8.0.200",
"@types/babel__core": "7",
"@types/webpack": "5",
"@uppy/aws-s3": "^4.3.2",
"@uppy/compressor": "^3.1.0",
"@uppy/core": "^4.3.2",
"@uppy/dashboard": "^4.3.2",
"@uppy/xhr-upload": "^4.3.2",
"babel-loader": "8",
"compression-webpack-plugin": "9",
"luxon": "^3.7.1",
"pdf-lib": "^1.17.1",
"shakapacker": "8.4.0",
"stimulus": "^3.2.2",
"terser-webpack-plugin": "5",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5"
},
"name": "app",
"private": true,
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"webpack-dev-server": "5"
}
}