-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.14 KB
/
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
39
40
41
42
43
{
"name": "github-stars-history",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"axios": "^1.6.7",
"buefy": "^0.9.28",
"core-js": "^3.36.0",
"firebase": "^7.24.0",
"firebase-encode": "^0.0.5",
"highcharts": "^8.2.2",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"vue": "^2.7.16",
"vue-analytics": "^5.22.1",
"vue-chartkick": "^0.6.1",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.6.5",
"vuex": "^3.6.2",
"vuex-pathify": "^1.5.1",
"vuex-persistedstate": "^3.2.1"
},
"devDependencies": {
"@types/html2canvas": "^0.0.35",
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.4.2",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"sass": "^1.71.1",
"sass-loader": "^8.0.2",
"typescript": "^3.9.10",
"vue-template-compiler": "^2.7.16"
}
}