-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 929 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
{
"name": "siro-memo",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "Masaya Kazama <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@miyaoka/vue-youtube-embed-lite": "^1.1.0",
"@nuxtjs/google-analytics": "^2.0.2",
"contentful": "^5.1.1",
"contentful-management": "^4.2.0",
"dotenv": "^5.0.0",
"modern-normalize": "^0.4.0",
"nuxt": "^1.3.0",
"vue-markdown": "^2.2.4"
},
"devDependencies": {
"ajv": "^6.1.1",
"babel-eslint": "^8.2.1",
"eslint": "^4.18.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-vue": "^4.2.2",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6"
}
}