-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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": "top-contributors",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build:modern": "nuxt build --modern=server",
"start:modern": "nuxt start --modern=server",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@josango/nuxt-build-banner": "^1",
"@nuxtjs/axios": "^5",
"@nuxtjs/proxy": "^2",
"@nuxtjs/pwa": "^3",
"apexcharts": "^5",
"core-js": "^3",
"nuxt": "^2",
"nuxt-healthcheck": "^1",
"nuxt-matomo": "^1",
"vue-apexcharts": "^1"
},
"devDependencies": {
"@babel/eslint-parser": "^7",
"@nuxtjs/eslint-config": "^11",
"@nuxtjs/eslint-module": "^3",
"@nuxtjs/tailwindcss": "^4",
"eslint": "^8",
"eslint-config-prettier": "^9",
"eslint-plugin-nuxt": "^4",
"eslint-plugin-promise": "^6",
"eslint-plugin-vue": "^9",
"postcss": "^8",
"prettier": "^3",
"tailwindcss": "^3"
}
}