-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.13 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
{
"version": "0.0.1",
"private": true,
"engines": {
"node": "^15.8.0",
"npm": "^7.0.0"
},
"dependencies": {
"@nuxtjs/google-analytics": "2.4.0",
"@nuxtjs/svg-sprite": "0.5.2",
"frontmatter-markdown-loader": "3.6.2",
"medium-zoom": "1.0.6",
"normalize.css": "8.0.1",
"nuxt": "2.15.7",
"nuxt-i18n": "6.20.3",
"nuxt-property-decorator": "2.9.1",
"vue-carousel": "0.18.0",
"vue-lazyload": "1.3.3",
"vuex-class": "0.3.2",
"youtube-player": "5.5.2"
},
"scripts": {
"dev": "nuxt",
"dev:en": "BUILD_LOCALE=en nuxt",
"dev:ja": "BUILD_LOCALE=ja nuxt",
"generate": "nuxt generate",
"generate:en": "BUILD_LOCALE=en npm run generate",
"generate:ja": "BUILD_LOCALE=ja npm run generate",
"lint": "eslint --ext .ts,.vue .",
"format": "npm run lint -- --fix"
},
"devDependencies": {
"@nuxt/types": "2.15.7",
"@nuxt/typescript-build": "2.1.0",
"@types/webpack-env": "1.16.0",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"eslint": "7.21.0",
"eslint-plugin-vue": "latest",
"yaml-loader": "0.6.0"
}
}