forked from ledermann/docker-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "docker-rails",
"private": true,
"scripts": {
"lint": "eslint --ext .js app/javascript"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@rails/actioncable": "^6.1.3-1",
"@rails/ujs": "^6.1.3-1",
"@rails/webpacker": "^5.2.1",
"CSSBox": "TheLastProject/CSSBox",
"autocompleter": "^6.1.0",
"blueimp-file-upload": "^10.31.0",
"blueimp-load-image": "^5.14.0",
"blueimp-tmpl": "^3.19.0",
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"parsleyjs": "^2.9.2",
"popper.js": "^1.16.1",
"stimulus": "^2.0.0",
"trix": "^1.3.1",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"webpack-dev-server": "^3.11.2"
}
}