-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 932 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
{
"name": "vue-users",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.2.1",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"turbolinks": "^5.2.0",
"vue": "^2.6.12",
"vue-build": "^3.0.0",
"vue-chartjs": "^3.5.1",
"vue-loader": "^15.9.6",
"vue-moment": "^4.1.0",
"vue-picture-input": "^2.1.6",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12",
"vue-toasted": "^1.1.28",
"vuetify": "^2.4.2",
"vuex": "^3.6.0",
"xlsx": "^0.17.3",
"yarn": "^1.22.10"
},
"version": "0.1.0",
"devDependencies": {
"@mdi/font": "^5.8.55",
"@vue/cli-plugin-router": "~4.5.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack-dev-server": "^3.11.2"
}
}