-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 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
37
38
39
{
"name": "openode_www",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/actioncable": "^6.1.3",
"@rails/activestorage": "^6.1.3",
"@rails/ujs": "^6.1.3",
"@rails/webpacker": "^5.4.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-preset-jsx": "^1.2.4",
"axios": "^0.21.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-jsx-event-modifiers": "^2.0.5",
"babel-plugin-jsx-v-model": "^2.0.3",
"bootstrap": "4.6.0",
"bootstrap-vue": "^2.21.2",
"chart.js": "^3.3.2",
"chartkick": "^4.0.4",
"jquery": "^3.6.0",
"jvectormap": "^2.0.4",
"ora": "^5.4.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"startbootstrap-sb-admin-2": "^4.1.4",
"turbolinks": "^5.2.0",
"typed.js": "^2.0.12",
"vue": "^2.6.13",
"vue-command": "^23.0.1",
"vue-loader": "^15.9.7",
"vue-sidebar-menu": "^4.7.4",
"vue-template-compiler": "^2.6.13",
"vue-turbolinks": "^2.2.2"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.2"
}
}