-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
executable file
·48 lines (48 loc) · 1.45 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
43
44
45
46
47
48
{
"name": "vue-mastery",
"version": "1.0.0",
"description": "Vue Mastery website using Nuxt with Firebase to auth users without a server",
"author": "Pierre Schweiger <schweiger.pierre@gmail.com>",
"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": {
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/markdownit": "^1.2.0",
"@nuxtjs/pwa": "^2.0.4",
"firebase": "^4.8.2",
"firebase-admin": "^5.8.1",
"firebase-auth": "^0.1.2",
"flamelink": "^0.14.1",
"markdown-it-decorate": "^1.2.2",
"markdown-it-implicit-figures": "^0.6.0",
"nuxt": "^1.0.0-rc11",
"vue-analytics": "^5.9.1",
"vue-js-modal": "^1.3.9",
"vue-social-sharing": "^2.3.3",
"vue-vimeo-player": "git+https://github.com/pieer/vue-vimeo-player.git",
"vuexfire": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"cypress": "^1.4.2",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}