-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.3 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.3 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
{
"name": "@catalyst/community-site",
"version": "0.2.0",
"description": "A landing page for everyone who wants to know about Project Catalyst. A hub gathering information and linking to other resources in the Cardano ecosystem",
"main": "index.js",
"authors": {
"name": "Community Advisors",
"email": "michal.wojtera@gmail.com"
},
"repository": "https://github.com/Project-Catalyst/catalyst.git",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"sandbox": "nodemon --require esm test/sandbox.js"
},
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@mdi/font": "^5.9.55",
"@vuepress/plugin-back-to-top": "^1.8.2",
"deepmerge": "^4.2.2",
"esm": "^3.2.25",
"jshint": "^2.13.1",
"nodemon": "^2.0.12",
"vuepress": "^1.5.3",
"webpack": "^4.46.0"
},
"dependencies": {
"@js-joda/core": "^3.2.0",
"axios": "^0.21.1",
"mixpanel-browser": "^2.41.0",
"nth-check": "^2.0.1",
"octokit": "^1.3.0",
"vue-async-computed": "^3.9.0",
"vue-axios": "^3.2.5",
"vuepress-plugin-redirect": "^1.2.5",
"vuetify": "^2.4.6"
}
}