-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.31 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
39
40
41
42
43
44
45
{
"name": "My-Tube-Web-Client",
"version": "1.0.0",
"description": "My-Tube Web Client",
"author": "rtlink.park@gmail.com || http://practical.kr",
"private": false,
"scripts": {
"dev": "HOST=0.0.0.0 PORT=3999 nuxt",
"build": "nuxt build",
"start": "HOST=0.0.0.0 PORT=3999 nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.1",
"@nuxtjs/dotenv": "^1.1.1",
"@nuxtjs/google-adsense": "^1.1.3",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/moment": "^1.0.0",
"@nuxtjs/pwa": "^2.6.0",
"@nuxtjs/vuetify": "^0.4.2",
"babel-runtime": "^6.26.0",
"cookie-universal-nuxt": "^2.0.5",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"nuxt": "^2.3.4",
"nuxt-client-init-module": "^0.1.4",
"request-ip": "^2.1.1",
"squel": "^5.12.2",
"vue-localstorage": "^0.6.2",
"vue-markdown": "^2.2.4",
"vue-social-sharing": "^2.3.3",
"vue-youtube-embed": "^2.2.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0"
}
}