-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 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
{
"private": true,
"scripts": {
"dev": "saber",
"build": "saber build"
},
"devDependencies": {
"@types/": "fortawesome/vue-fontawesome",
"@types/autoprefixer": "^9.6.1",
"@types/axios": "^0.14.0",
"@types/date-fns": "^2.6.0",
"@types/node-sass": "^4.11.0",
"node-sass": "^4.12.0",
"saber": "latest",
"saber-plugin-feed": "latest",
"saber-plugin-query-posts": "latest",
"saber-theme-minima": "latest",
"sass-loader": "^8.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"autoprefixer": "^9.6.4",
"axios": "^0.19.0",
"buefy": "^0.8.5",
"date-fns": "^2.4.1",
"saber-plugin-netlify-redirect": "^0.1.1",
"vue-carousel": "^0.18.0",
"vue-konami-code": "^1.0.0"
}
}