-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 912 Bytes
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
{
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^2.0.10",
"@growthbunker/vuetimeline": "^0.1.17",
"@vue/cli": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"aos": "^2.3.4",
"buefy": "^0.9.23",
"bulma": "^0.9.4",
"i18n": "^0.15.1",
"moment": "^2.29.4",
"sass-loader": "^13.2.0",
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
"vue-pdf": "^4.3.0",
"vue-router": "^3.6.5",
"vue2-smooth-scroll": "^1.6.0"
},
"devDependencies": {
"sass": "^1.83.4"
}
}