-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
41 lines (41 loc) · 1.18 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": "1.0 dev",
"description": "A fashionable brutalist blog template using Netlify CMS and Nuxt.js",
"author": "jake101 <hello@jake101.com>",
"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": {
"@nuxt/content": "^1.8.1",
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/pwa": "^3.0.2",
"bf-solid": "^2.10.6",
"intersection-observer": "^0.11.0",
"lodash": "^4.17.20",
"netlify-lambda": "^2.0.0",
"node-sass": "^4.9.2",
"nuxt": "^2.0.0",
"vue-lazyload": "^1.3.0",
"vue-moment": "^4.0.0",
"vue-smooth-reflow": "^0.1.12"
},
"devDependencies": {
"@sendgrid/client": "^6.3.0",
"string.prototype.includes": "^2.0.0",
"sass-loader": "^7.0.0",
"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",
"prettier": "^2.1.1"
}
}