-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1017 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
34
35
36
37
38
{
"name": "renteninfo",
"private": true,
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/actiontext": "^6.0.2-1",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "4.2.2",
"aironne-calendar": "https://github.com/dennyscode/aironne-calendar",
"axios": "^0.19.0",
"bootstrap": "4.3.1",
"chart.js": "^2.9.3",
"google-fonts-webpack-plugin": "^0.4.4",
"icomoon-build": "^0.2.8",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"rails-erb-loader": "^5.5.2",
"tippy.js": "^5.1.2",
"trix": "^1.0.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
"sass": "^1.22.10",
"sass-loader": "^7.2.0",
"webpack-dev-server": "^3.10.1"
},
"engines": {
"yarn": ">= 0.25.2"
},
"scripts": {
"start:dev": "webpack-dev-server"
}
}