-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
91 lines (91 loc) · 2.84 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
86
87
88
89
90
91
{
"name": "docs.immudb.io",
"version": "1.0.0",
"description": "Immudb - The open-source immutable database",
"main": "index.js",
"scripts": {
"dev": "vuepress dev src",
"prebuild": "npm run images",
"build": "vuepress build src",
"images": "npm run images:fullsize && npm run images:thumbnail",
"images:fullsize": "sharp -i 'src/.vuepress/public/blog/*.{jpg,png,gif}' -o src/.vuepress/public/blog/fullsize/ resize 1920",
"images:thumbnail": "sharp -i 'src/.vuepress/public/blog/*.{jpg,png,gif}' -o src/.vuepress/public/blog/thumbnail/ resize 560",
"algolia:index": "node src/.vuepress/algolia_index.js",
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codenotary/immudb.io.git"
},
"keywords": [
"immudb",
"immutable",
"database",
"codenotary",
"vchain"
],
"author": "Codenotary",
"license": "ISC",
"bugs": {
"url": "https://github.com/codenotary/immudb.io/issues"
},
"homepage": "https://github.com/codenotary/immudb.io#readme",
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/preset-env": "^7.19.0",
"@vue/babel-preset-app": "^4.5.19",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.9.7",
"ansi-regex": "^5.0.1",
"dotenv": "^8.6.0",
"jimp": "^0.13.0",
"nth-check": "^2.1.1",
"responsive-loader": "^1.2.0",
"sass": "^1.54.9",
"sass-loader": "^10.3.1",
"set-value": "^4.1.0",
"sharp": "^0.30.7",
"sharp-cli": "^1.15.0",
"striptags": "^3.2.0",
"vuepress": "^1.9.7",
"vuepress-plugin-reading-time": "^0.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"algoliasearch": "^4.14.2",
"axios": "^0.21.1",
"cli-progress": "^3.11.2",
"f": "^1.4.0",
"fs": "0.0.1-security",
"glob": "^8.0.3",
"markdown-it": "^12.3.2",
"reading-time": "^1.2.0",
"slugify": "^1.6.5",
"vue-filter-date-format": "^1.3.1",
"vue-github-button": "^1.2.0",
"vue-owl-carousel": "^2.0.3",
"vue-recaptcha": "^1.3.0",
"vue-recaptcha-v3": "^1.9.0",
"vuepress-plugin-element-tabs": "^0.2.8"
},
"resolutions": {
"glob-parent": "^5.1.2",
"tar": "^4.4.18",
"node-forge": "^1.3.0",
"scss-tokenizer": "^0.4.3",
"highlight.js": "^10.4.1",
"markdown-it": "^12.3.2",
"postcss": "^7.0.36",
"trim-newlines": "^3.0.1",
"nth-check": "^2.0.1",
"striptags": "^3.2.0",
"node-sass": "^7.0.0",
"yargs-parser": "^13.1.2",
"got": "^11.8.5"
}
}