forked from marinaaisa/nuxt-markdown-blog-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 773 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
{
"name": "nuxt-markdown-blog-starter",
"version": "1.0.0",
"author": "marinaaisa <[email protected]>",
"private": true,
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"@nuxtjs/style-resources": "^1.0.0",
"markdown-it": "^10.0.0",
"markdown-it-prism": "^2.0.3",
"normalize.css": "^8.0.1",
"nuxt": "^2.11.0",
"nuxt-i18n": "^6.4.1",
"nuxt-webfontloader": "^1.1.0",
"vue-lazyload": "^1.3.3"
},
"scripts": {
"dev": "nuxt",
"generate": "nuxt generate",
"analyze": "nuxt build --analyze"
},
"devDependencies": {
"frontmatter-markdown-loader": "^3.1.0",
"node-sass": "^4.13.0",
"responsive-loader": "^1.2.0",
"sass-loader": "^8.0.0",
"sharp": "^0.23.4"
}
}