-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 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
{
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@rails/actioncable": "^7.0.3",
"@rails/ujs": "^7.0.3",
"@rails/webpacker": "5.4.0",
"@tweenjs/tween.js": "^18.5.0",
"bulma": "^0.9.3",
"bulma-tooltip": "^3.0.2",
"css-loader": "^3.5.3",
"hammerjs": "^2.0.8",
"lodash": "^4.17.15",
"simplify-js": "^1.2.4",
"vue": "^2.6.11",
"vue-color": "^2.7.1",
"vue-loader": "^15.9.0",
"vue-resize": "^0.4.5",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.0",
"webpack": "^4.43.0"
},
"devDependencies": {
"karma": "^5.0.5",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.1.1",
"karma-webpack": "^4.0.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-dev-server": "^3.11.0"
}
}