-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 929 Bytes
/
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
{
"name": "app",
"private": true,
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-rails": "^1.0.7",
"esbuild-sass-plugin": "^3.0.0",
"workbox-cli": "^7.0.0"
},
"scripts": {
"build": "node esbuild.config.mjs"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.12",
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.20",
"@rails/actioncable": "^7.2.1",
"@rails/activestorage": "^7.2.1",
"@rails/request.js": "^0.0.9",
"@tabler/core": "^1.0.0-beta21",
"@tabler/icons": "^3.15.0",
"bootstrap": "5.3.3",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"sass": "^1.80.6",
"tinymce": "^7.0.0"
},
"browserslist": [
"defaults"
],
"packageManager": "[email protected]+sha256.920b4530755296dc2ce8b4351f057d4a26429524fcb2789d277560d94837c27e"
}