-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1023 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
38
39
40
41
42
{
"name": "hypertube_vue",
"version": "1.0.0",
"description": "Better than YouTube",
"author": "Bibierre Bibignon",
"private": true,
"scripts": {
"dev": "nuxt",
"prod": "",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/auth": "^4.8.4",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^3.0.0-0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0",
"jquery": "^3.4.1",
"nuxt": "^2.0.0",
"serialize-javascript": ">=2.1.1",
"vue": "^2.6.11",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.7.2",
"eslint-plugin-nuxt": ">=0.4.2"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "8080"
}
}
}