-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "woofed-crm",
"private": true,
"scripts": {
"build": "yarn install",
"heroku-prebuild": "yarn build"
},
"dependencies": {
"@hotwired/turbo-rails": "^7.0.0-rc.3",
"@nathanvda/cocoon": "^1.2.14",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.4-1",
"@rails/activestorage": "^6.0.0",
"@rails/request.js": "^0.0.8",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.2",
"@yaireo/tagify": "^4.17.9",
"bootstrap-daterangepicker": "^3.1.0",
"debounce": "^1.2.1",
"flowbite": "^1.8.1",
"imask": "^7.1.3",
"lucide": "^0.263.0",
"motion": "^10.16.2",
"sortablejs": "^1.15.0",
"stimulus": "^2.0.0",
"stimulus-lightbox": "2.0.0",
"stimulus-notification": "1.0.0",
"trix": "^1.2.0",
"turbolinks": "^5.2.0",
"wavesurfer.js": "^7.7.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.11.2"
},
"version": "0.1.0",
"devDependencies": {
"@webpack-cli/serve": "^1.5.2",
"localtunnel": "^2.0.2"
}
}