-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 568 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 568 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "limestone",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.3-2",
"@rails/activestorage": "^6.0.3-2",
"@rails/ujs": "^6.0.3-2",
"@rails/webpacker": "5.1.1",
"bootstrap": "4.4",
"core-js": "^3.6.5",
"font-awesome": "4.7.0",
"jquery": "^3.4.1",
"node-forge": "^1.3.0",
"popper.js": "^2.0.0-next.4",
"postcss-smart-import": "^0.7.6",
"regenerator-runtime": "^0.13.5",
"stimulus": "^1.1.1",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"webpack-dev-server": "^3.10.3"
}
}