This repository was archived by the owner on Mar 24, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.89 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "avatar-database",
"version": "1.0.0",
"description": "Web app with a lot of avatars.",
"homepage": "https://avatar-database.herokuapp.com",
"bugs": {
"url": "https://github.com/AnonymousX86/avatar-database/issues",
"email": "jakub.suchenek.25@gmail.com"
},
"license": "GPL-3.0",
"author": "Jakub Suchenek <jakub.suchenek.25@gmail.com> (https://github.com/AnonymousX86)",
"funding": {
"type": "ko_fi",
"url": "https://ko-fi.com/anonymousx86"
},
"repository": {
"type": "git",
"url": "github:AnonymousX86/avatar-database"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "node node_modules/nuxt/bin/nuxt.js start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"heroku-postbuild": "npm run build"
},
"config": {
"port": "443"
},
"dependencies": {
"@nuxt/content": "^2.5.2",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/robots": "^2.5.0",
"bootstrap": "4.5",
"bootstrap-vue": "^2.21.2",
"express": "^4.17.2",
"contentful": "^9.1.12",
"core-js": "^3.21.1",
"express": "^4.17.3",
"jquery": "^3.6.0",
"nuxt": "^2.15.8",
"nuxt-start": "^2.15.8"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.0.1",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/pwa": "^3.3.5",
"babel-eslint": "^10.1.0",
"dotenv": "^16.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.20.0",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"sass-migrator": "^1.5.4"
},
"engines": {
"node": "14.x",
"npm": "8.x"
},
"private": true
}