forked from diowa/ruby2-rails5-bootstrap-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
41
42
43
{
"name": "ruby2-rails5-bootstrap-heroku",
"private": true,
"engines": {
"node": "^11.0.0",
"yarn": "^1.12.1"
},
"browserslist": [
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@rails/webpacker": "3.5",
"actioncable": "^5.2.1",
"bootstrap": "^4.1.3",
"exports-loader": "^0.7.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"rails-ujs": "^5.2.1",
"resolve-url-loader": "^3.0.0",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"stylelint": "^9.7.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.2",
"stylelint-webpack-plugin": "^0.10.5",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^2.11.2"
}
}