forked from jake-101/bael-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "bael-cms-template",
"version": "0.1.2",
"description": "A fashionable brutalist blog template using Netlify CMS and Nuxt.js",
"author": "jake101 <[email protected]>",
"scripts": {
"dev": "nuxt",
"serve": "nuxt",
"build": "nuxt build --no-lock",
"build:api": "netlify-lambda build src/sendgrid",
"start": "nuxt start",
"generate": "nuxt generate --no-lock",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/markdownit": "github:syffs/nuxtv2-markdownit",
"@nuxtjs/pwa": "^2.0.8",
"@sendgrid/client": "^6.3.0",
"bf-solid": "^2.10.6",
"fuse.js": "^3.2.1",
"hoek": "^4.2.1",
"netlify-lambda": "^1.4.3",
"node-sass": "^4.9.2",
"nuxt": "^2.0.0",
"sass-loader": "^7.0.3",
"vue-moment": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.7.0",
"glob": "^7.1.2"
},
"engines": {
"node": "^9.0.0"
}
}