-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 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
33
34
35
36
37
{
"name": "nuxt-template",
"version": "1.0.0",
"description": "Nuxt.js + Netlify CMS project",
"author": "Tristan Timblin <[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": {
"@nuxtjs/moment": "^1.1.0",
"ajv": "^6.7.0",
"gsap": "^2.0.2",
"hoek": "^6.1.2",
"marked": "^0.6.0",
"moment": "^2.24.0",
"nuxt": "^2.3.4",
"nuxt-sass-resources-loader": "^2.0.5",
"vue-scrollmonitor": "^0.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.1.0",
"glob": "^7.1.3",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0"
}
}