This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.55 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "unpress",
"description": "nice looking, simple and clean personal blog based on keystonejs, nuxtjs and tailwind. Works out of the box.",
"homepage": "https://github.com/holozaen/unpressed",
"keywords": [
"blog",
"nginx",
"keystone",
"keystonejs",
"tailwind",
"vuejs",
"nuxtjs",
"nuxt",
"tailwindcss",
"wordpress",
"node",
"nosql"
],
"private": false,
"version": "0.1.0",
"author": {
"name": "Peter Baettig, online-verkaufen.ch",
"email": "info@online-verkaufen.ch"
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"dev": "cross-env NODE_ENV=development DISABLE_LOGGING=true keystone dev --port 3000",
"debug": "cross-env NODE_ENV=development keystone dev --port 3000",
"lint": "eslint --ext .js,.vue --fix --ignore-path .gitignore .; exit 0",
"build": "cross-env NODE_ENV=production keystone build",
"start": "cross-env NODE_ENV=production keystone start --port 3000"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@keystonejs/adapter-mongoose": "^10.0.0",
"@keystonejs/app-graphql": "^6.1.3",
"@keystonejs/app-nuxt": "^5.1.6",
"@keystonejs/auth-password": "^5.1.16",
"@keystonejs/fields": "^19.1.0",
"@keystonejs/keystone": "^17.1.0",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.1.0",
"apollo-server-express": "^2.18.2",
"connect-mongo": "^3.2.0",
"connect-redis": "^5.0.0",
"cross-env": "^7.0.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"nuxt": "^2.14.7",
"nuxt-fontawesome": "^0.4.0",
"nuxt-webfontloader": "^1.1.0",
"portal-vue": "^2.1.7",
"redis": "^3.0.2",
"vanilla-back-to-top": "^7.2.1",
"vue": "^2.6.12",
"vue-social-sharing": "^3.0.2",
"vuex": "^3.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holozaen/unpressed.git"
},
"bugs": {
"url": "https://github.com/holozaen/unpressed/issues"
},
"devDependencies": {
"@keystonejs/app-admin-ui": "^7.3.8",
"@keystonejs/fields-wysiwyg-tinymce": "^5.3.12",
"@keystonejs/file-adapters": "^7.0.8",
"@keystonejs/list-plugins": "^7.1.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.1.0"
}
}