forked from ledermann/docker-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.05 KB
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
{
"name": "docker-rails",
"private": true,
"scripts": {
"lint": "eslint --ext .js app/javascript"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"CSSBox": "TheLastProject/CSSBox",
"autocompleter": "^5.1.0",
"blueimp-file-upload": "^10.2.0",
"blueimp-load-image": "^2.24.0",
"blueimp-tmpl": "^3.13.0",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"parsleyjs": "^2.9.1",
"popper.js": "^1.15.0",
"stimulus": "^1.1.1",
"trix": "^1.2.0",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"node-sass": "^4.12.0",
"webpack-dev-server": "^3.8.1"
}
}