-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.37 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
43
{
"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",
"check-links": "remark docs -u validate-links --frail --quiet"
},
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@vuepress/client": "2.0.0-beta.60",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.60",
"@vuepress/plugin-register-components": "2.0.0-beta.60",
"@vuepress/plugin-search": "2.0.0-beta.60",
"@vuepress/theme-default": "2.0.0-beta.60",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"remark-cli": "^12.0.1",
"remark-validate-links": "^13.1.0",
"serve": "^14.1.1",
"typescript": "^4.9.4",
"vite": "^2.9.15",
"vuepress": "2.0.0-beta.60",
"vuepress-plugin-clipboard": "^2.1.5"
},
"dependencies": {
"@unique-nft/utils": "^0.3.2",
"@urql/core": "^3.1.1",
"@vueuse/core": "^9.9.0",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"vue": "^3.2.45",
"vue-toastification": "^2.0.0-rc.5",
"web3-provider-sponsoring": "^0.2.0"
},
"repository": "https://github.com/UniqueNetwork/unique_docs.git",
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}