-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 979 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
37
38
{
"name": "portfolio",
"version": "2.1.0",
"description": "personal portfolio",
"author": "Renato66",
"private": true,
"scripts": {
"serve": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@mdi/js": "^5.9.55",
"@nuxtjs/pwa": "^3.0.0-0",
"date-fns": "1.30.1",
"easyqrcodejs": "^4.3.2",
"js": "^0.1.0",
"nuxt": "^2.11.0",
"path": "^0.12.7",
"puppeteer": "^2.1.1",
"vue-github-button": "^1.1.2",
"vue-github-buttons": "^3.1.0",
"vue-i18n": "^8.15.4",
"vuetify": "^2.3.13"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/vuetify": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2"
}
}