forked from NiREvil/windows-activation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 827 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 827 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
35
36
{
"name": "Freedom to Dream",
"version": "0.0.0",
"description": "Instant Windows and Office Activation, A profes>",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"preview": "vitepress preview docs"
},
"keywords": [
"windows",
"office",
"activation",
"kms",
"hwid",
"guide",
"toolkit"
],
"author": "Diana",
"license": "ISC",
"type": "module",
"devDependencies": {
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"vitepress": "^1.6.3",
"vitepress-plugin-image-viewer": "^1.1.6",
"vitepress-plugin-mermaid": "^2.0.16",
"vitepress-plugin-tabs": "^0.7.1",
"vue": "^3.4.27"
},
"dependencies": {
"video.js": "^8.23.3",
"viewerjs": "^1.11.6"
}
}