This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
forked from codenotary/immudb.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.41 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
{
"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",
"preinstall": "npx npm-force-resolutions",
"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"
},
"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.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@vue/babel-preset-app": "^4.4.1",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.5.0",
"dotenv": "^8.2.0",
"jimp": "^0.13.0",
"node-sass": "^4.14.1",
"responsive-loader": "^1.2.0",
"sass-loader": "^10.1.1",
"sharp": "^0.25.3",
"sharp-cli": "^1.14.0",
"vuepress": "^1.8.2",
"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",
"axios": "^0.21.1",
"f": "^1.4.0",
"reading-time": "^1.2.0",
"set-value": ">=4.0.1",
"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"
},
"optionalDependencies": {
"fsevents": "*"
},
"resolutions": {
"watchpack": "1.6.1",
"path-parse": ">=1.0.7",
"tar": "4.4.18",
"core-js": "^3.17.2",
"fsevents": "^2.3.2",
"chokidar/node_modules/fsevents": "^2.3.2"
}
}