-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 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": "macro_store",
"private": true,
"version": "0.1.0",
"engines": {
"node": "14.17.0"
},
"dependencies": {
"@mdi/font": "^6.1.95",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"axios": "^0.23.0",
"chart.js": "2.9.4",
"turbolinks": "^5.2.0",
"vue": "^2.6.11",
"vue-chartjs": "3.4.0",
"vue-gtag": "^1.16.1",
"vue-infinite-loading": "^2.4.5",
"vue-loader": "^15.8.3",
"vue-loaders": "^4.1.4",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.6.11",
"vuetify": "^2.5.8",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-vue": "^7.20.0",
"webpack-dev-server": "^3.10.2"
},
"scripts": {
"lint": "eslint --ext .js,.vue app/javascript",
"lint-fix": "eslint --fix --ext .js,.vue app/javascript"
}
}