mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-16 03:54:37 +00:00
basic page transitions between /blog and /blog/[slug]
This commit is contained in:
@@ -13,13 +13,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"compression": "^1.7.1",
|
||||
"eases-jsnext": "^1.0.10",
|
||||
"polka": "^0.4.0",
|
||||
"sapper": "^0.14.0",
|
||||
"sirv": "^0.1.1"
|
||||
"sirv": "^0.1.1",
|
||||
"svelte-transitions": "^1.2.0",
|
||||
"yootils": "^0.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.2",
|
||||
"svelte": "^2.0.0",
|
||||
"svelte": "^2.9.0",
|
||||
"svelte-loader": "^2.9.0",
|
||||
"webpack": "^4.7.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user