-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
44
45
46
47
48
{
"name": "iexec-documentation",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"check-format": "prettier --ignore-path .gitignore --check .",
"format": "prettier --ignore-path .gitignore --write ."
},
"dependencies": {
"@iexec/dataprotector": "^2.0.0-beta.23",
"@iexec/dataprotector-deserializer": "^0.1.1",
"@iexec/web3mail": "^1.7.1",
"@iexec/web3telegram": "^0.1.0-alpha.9",
"@reown/appkit": "^1.7.17",
"@reown/appkit-adapter-wagmi": "^1.7.17",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/vue-query": "^5.92.0",
"@vueuse/core": "^13.6.0",
"@wagmi/vue": "^0.1.24",
"clsx": "^2.1.1",
"figlet": "^1.8.2",
"iexec": "^8.22.4",
"pinia": "^3.0.3",
"reka-ui": "^2.4.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"turndown": "^7.2.0",
"viem": "^2.41.2",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-group-icons": "^1.6.1",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.17"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@shikijs/vitepress-twoslash": "^3.19.0",
"@types/figlet": "^1.7.0",
"@types/prop-types": "^15.7.15",
"@types/react": "^18.3.23",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.6.14",
"vitepress": "^1.6.3"
}
}