-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.24 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
{
"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.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",
"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": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}