-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"dependencies": {
"@alonetone/stitches": "^2.1.2",
"@babel/core": "7.20.7",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.7",
"@bugsnag/js": "^7.18.0",
"@hotwired/stimulus": "^3.2.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^7.2.4",
"@rails/ujs": "^7.0.4",
"babel-loader": "9.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-preset-minify": "^0.5.2",
"compression-webpack-plugin": "10.0.0",
"gsap": "^3.11.4",
"local-time": "^2.1.0",
"pnp-webpack-plugin": "^1.7.0",
"rails-erb-loader": "^5.5.2",
"seedrandom": "^3.0.5",
"shakapacker": "6.5.5",
"sortablejs": "^1.15.0",
"terser-webpack-plugin": "5.3.6",
"turbolinks": "^5.2.0",
"webpack": "5.75.0",
"webpack-assets-manifest": "5",
"webpack-cli": "5.0.1",
"webpack-merge": "5",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@percy/cli": "^1.16.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-dev-server": "^4.11.1",
"whybundled": "^2.0.0"
},
"babel": {
"presets": [
"./config/webpack/preset.js"
]
},
"browserslist": [
"defaults",
"Firefox ESR"
]
}