-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"name": "static-firebase",
"version": "1.0.0",
"description": "share and view documents",
"author": "carr",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/pwa": "^2.6.0",
"cookieparser": "^0.1.0",
"cross-env": "^5.2.0",
"firebase": "^5.9.1",
"firebaseui": "^3.5.2",
"js-cookie": "^2.2.0",
"jwt-decode": "^2.2.0",
"nuxt": "^2.5.1",
"vue-infinite-loading": "^2.4.3",
"vuetify": "^1.5.0",
"vuetify-loader": "^1.2.0",
"vuexfire": "^3.0.0-alpha.15"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.3.0",
"nodemon": "^1.18.9",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "2.6.2",
"prettier": "1.14.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}