-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "nuxt-netlify-cms-starter-kit",
"version": "1.0.0",
"description": "Nuxt, Vuetify, Netlify CMS Starter Kit",
"author": "Jeremy Bratcher",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"static": "npm run build && npm run export",
"webpack-defaults": "webpack-defaults"
},
"repository": {
"type": "git",
"url": "https://github.com/jbratcher/nuxt-netlify-cms-starter-kit"
},
"license": "MIT",
"dependencies": {
"@mdi/js": "^5.3.45",
"@nuxtjs/markdownit": "^1.2.9",
"nuxt": "^2.13.0",
"nuxt-webfontloader": "^1.1.0"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.0.1",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/vuetify": "^1.11.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^8.0.0",
"node-sass": "^4.14.1",
"nuxt-purgecss": "^1.0.0",
"sass-loader": "^8.0.2"
}
}