-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 992 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 992 Bytes
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
{
"name": "app",
"private": true,
"devDependencies": {
"esbuild": "^0.25.10",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-rails": "^1.0.7",
"esbuild-sass-plugin": "^3.3.1",
"workbox-cli": "^7.3.0"
},
"scripts": {
"build": "node esbuild.config.mjs"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.16",
"@popperjs/core": "^2.11.8",
"@rails/actioncable": "^8.0.201",
"@rails/activestorage": "^8.0.201",
"@rails/request.js": "^0.0.12",
"@tabler/core": "^1.4.0",
"@tabler/icons": "^3.35.0",
"autoprefixer": "^10.4.21",
"bootstrap": "5.3.8",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"sass": "^1.92.1",
"tinymce": "^7.9.1"
},
"browserslist": [
"defaults"
],
"packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9"
}