-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 890 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
{
"name": "railsboost",
"private": true,
"dependencies": {
"@excid3/uppy-activestorage-upload": "https://github.com/excid3/uppy-activestorage-upload.git",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.0.2-1",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"@uppy/core": "^1.8.2",
"@uppy/dashboard": "^1.6.2",
"expose-loader": "^0.7.5",
"feather-icons": "^4.25.0",
"jquery": "^3.4.1",
"local-time": "^2.1.0",
"popper.js": "^1.16.1",
"stimulus": "^1.1.1",
"tailwindcss": "^1.2.0",
"tippy.js": "^5.2.0",
"trix": "^1.0.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6",
"@tailwindcss/custom-forms": "^0.2.1",
"tailwind-heropatterns": "^0.0.7",
"webpack-dev-server": "^3.10.3"
}
}