-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
39
40
41
42
43
44
45
46
{
"name": "nuxt-cms",
"version": "1.0.0",
"description": "Nuxt.js + Netlify CMS project",
"author": "Owen <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"serve": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@liqueflies/vue-flex-grid": "0.0.1",
"@nuxtjs/markdownit": "^1.2.2",
"@reallifedigital/nuxt-image-loader-module": "^1.3.3",
"axios": "^0.18.0",
"fs": "0.0.1-security",
"gm": "^1.23.1",
"jquery": "^3.3.1",
"markdown-it": "^8.4.2",
"marked": "^0.5.1",
"medium-zoom": "^1.0.2",
"nuxt": "^1.0.0",
"vue-flickity": "^1.1.2",
"vue-grid-styled": "^0.2.0",
"vue-jquery": "^1.0.6",
"vue-markdown": "^2.2.4",
"vue-slick": "^1.1.13"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"glob": "^7.1.2",
"netlify-cms": "^2.1.3",
"node-sass": "^4.9.4",
"nuxt-netlify-cms": "^3.1.0",
"sass-loader": "^7.1.0"
}
}