-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "dnsoverhttps.dev",
"version": "1.0.0",
"description": "dnsoverhttps.dev homepage",
"author": "small_sunshine <jioo0224@naver.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/google-analytics": "^2.2.0",
"minimist": "^1.2.0",
"nuxt": "^2.6.3",
"nuxt-buefy": "^0.3.6",
"nuxt-i18n": "^5.11.0",
"nuxt-rfg-icon": "^0.6.3",
"vue-cookie": "^1.1.4"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.12.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^7.1.0"
}
}