-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "plex_the_ripper",
"private": true,
"version": "1.0.0",
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@fortawesome/fontawesome-free": ">=5.15.2",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": ">=7.0.0-beta.5",
"@popperjs/core": ">=2.9.2",
"@rails/actioncable": ">=7.0.1",
"@rails/activestorage": ">=7.0.1",
"@types/babel__core": "^7.20.5",
"@types/webpack": "^5.28.5",
"autoprefixer": ">=10.4.2",
"babel-loader": "^8.4.1",
"boostrap": ">=2.0.0",
"bootstrap": ">=5.0.2",
"cable_ready": ">=4.5.0",
"compression-webpack-plugin": "^9.2.0",
"core-js": ">=3.31.0",
"css-minimizer-webpack-plugin": ">=5.0.1",
"is-svg": ">=4.2.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": ">=2.7.6",
"postcss-flexbugs-fixes": ">=4.2.1",
"postcss": ">=8.4.24",
"regenerator-runtime": ">=0.13.11",
"sass": ">=1.63.4",
"shakapacker": "8.0.2",
"stimulus": ">=3.0.1",
"terser-webpack-plugin": "^5.3.10",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0",
"webpack": "^5.95.0"
},
"devDependencies": {
"webpack-dev-server": "^4.15.2"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"packageManager": "[email protected]"
}