forked from lucaspatel/ubic-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 1012 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 1012 Bytes
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
{
"name": "ubic_website",
"version": "1.0.0",
"description": "Nuxt.js project",
"author": "lucas",
"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",
"deploy": "push-dir --dir=dist --remote=upstream --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/auth": "^4.5.3",
"@nuxtjs/axios": "^5.3.6",
"ajv": "^6.10.0",
"bulma": "^0.7.4",
"firebase": "^5.11.1",
"http-server": "^0.11.1",
"nuxt": "^1.4.5",
"nuxt-buefy": "^0.1.2",
"vue-full-calendar": "^2.7.0",
"vuefire": "^2.0.0-alpha.16"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.7.1",
"node-sass": "^4.11.0",
"push-dir": "^0.4.1",
"sass-loader": "^7.1.0"
}
}