-
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.61 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.61 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
{
"name": "app",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/plugin-transform-private-property-in-object": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.9",
"@rails/activestorage": "^6.1.4-1",
"babel-loader": "^8.2.4",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^4.6.2",
"compression-webpack-plugin": "^9.0.0",
"css-loader": "^7.1.2",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.9.2",
"popper.js": "^1.16.1",
"sass": "^1.89.1",
"sass-loader": "^16.0.5",
"shakapacker": "^9.7.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.1",
"@hotwired/turbo-rails": "^8.0.0",
"video.js": "^7.14.3",
"videojs-youtube": "^2.6.1",
"webpack": "^5.72.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-merge": "^5.8.0"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"scripts": {
"build": "NODE_ENV=production webpack --config config/webpack/webpack.config.js && RAILS_ENV=production bundle exec rake assets:precompile",
"update-browserslist": "npx update-browserslist-db@latest"
}
}