-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 851 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
32
33
{
"name": "time-to-answer",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@nathanvda/cocoon": "^1.2.14",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"add": "^2.0.6",
"bootstrap": "4.6.0",
"fastclick": "1.0.6",
"font-awesome": "4.6.3",
"jquery": "3.6.0",
"jquery.easing": "1.4.1",
"malihu-custom-scrollbar-plugin": "^3.1.3",
"metismenu": "3.0.3",
"nprogress": "0.2.0",
"popper.js": "^1.16.1",
"turbolinks": "^5.2.0",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"yarn": "^1.22.11"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "3"
},
"main": "index.js",
"author": "Yukio Arie <yukioarie@gmail.com>",
"license": "MIT"
}