-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "carmanager",
"version": "1.0.0",
"description": "A service for keeping track of you car's maintainance. ",
"author": "EricHier",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"prebuild-functions": "node node_modules/rimraf/bin functions",
"build-functions": "babel functions-es6 --out-dir functions --copy-files --ignore functions-es6/node_modules",
"postbuild-functions": "cd functions && npm i -s",
"deploy-functions": "firebase deploy --only=functions"
},
"dependencies": {
"@nuxtjs/bulma": "^1.2.7",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"core-js": "^2.6.11",
"firebase": "^7.13.2",
"node-fetch": "^2.6.1",
"node-firestore-import-export": "^0.14.1",
"nuxt": "^2.12.2",
"typeface-roboto": "0.0.75",
"uuid": "^7.0.3",
"vue": "^2.6.11",
"vue-scrollto": "^2.17.1",
"workbox-cdn": "latest",
"xss": "^1.0.6"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"
}
}