-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "cruiseaide",
"version": "1.0.0",
"description": "Web Project based on Nuxt.js, Vue.js, Vuetify, Express.js, Axios, Firebase",
"author": "Zubair Ijaz",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"camelcase": "^5.0.0",
"express": "^4.15.3",
"firebase": "^4.12.1",
"firebase-admin": "^5.12.0",
"imgur": "^0.2.1",
"nuxt": "^1.0.0",
"vue-star-rating": "^1.5.1",
"vuetify": "^0.17.3"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.1.4",
"eslint": "^4.15.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"nodemon": "^1.11.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}