-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 768 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 768 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
{
"name": "GitStats",
"version": "1.0.0",
"description": "My lovely Nuxt.js project",
"author": "Roshan Raj",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/google-adsense": "^1.1.3",
"chart.js": "^2.9.3",
"hchs-vue-charts": "^1.2.8",
"nuxt": "^2.0.0"
},
"devDependencies": {
"@mdi/font": "^5.3.45",
"@nuxtjs/vuetify": "^1.0.0",
"push-dir": "^0.4.1"
}
}