forked from UniqueNetwork/unique_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 997 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 997 Bytes
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
{
"name": "uniquedocs",
"version": "1.0.0",
"description": "Documentation repo for the Unique Network blockchain",
"main": "index.js",
"author": "Unique Development Team",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"serve": "serve dist -p 3000 -n"
},
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@vuepress/client": "^2.0.0-beta.46",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.46",
"@vuepress/plugin-register-components": "2.0.0-beta.46",
"@vuepress/theme-default": "2.0.0-beta.46",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"serve": "^13.0.2",
"typescript": "^4.7.3",
"vite": "^2.8.6",
"vuepress": "2.0.0-beta.46"
},
"dependencies": {
"@renovamen/vuepress-plugin-mermaid": "^2.0.0-alpha.25",
"@urql/core": "^2.4.4",
"@vueuse/core": "^8.6.0",
"mermaid": "^9.1.2",
"unique_api_vue": "0.0.2",
"web3-provider-sponsoring": "^0.1.0"
}
}