-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.16 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
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.0.2",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"apexcharts": "^3.45.1",
"core-js": "^3.35.0",
"nuxt": "^2.17.2",
"nuxt-healthcheck": "^1.0.1",
"nuxt-matomo": "^1.2.4",
"vue-apexcharts": "^1.6.2",
"vue-lazy-hydration": "^2.0.0-beta.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/tailwindcss": "^5.3.5",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.33",
"prettier": "^3.0.3"
}
}