-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
30 lines (30 loc) · 931 Bytes
/
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
{
"name": "mitome.in",
"version": "1.0.0",
"description": "Explore OpenPGP as an alternative for seals (mitome-in)",
"main": "index.js",
"repository": "https://github.com/zunda/mitome.in/",
"author": "zunda",
"license": "MIT",
"engines": {
"node": ">=12"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"markdown-it-footnote": "^4.0.0",
"moment": "^2.30.1",
"openpgp": "^5.11.2",
"vue-clipboard2": "^0.3.3",
"vue-toast-notification": "^0.4.0",
"vuepress": "^1.9.10",
"vuepress-plugin-font-awesome": "^1.90.6",
"vuex": "^3.4.0"
},
"scripts": {
"docs:dev": "yarn fa:build && vuepress dev docs",
"docs:build": "yarn fa:build && vuepress build docs",
"fa:build": "node node_modules/vuepress-plugin-font-awesome/index.js --dest=docs"
}
}