-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.5 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
41
42
43
44
45
46
47
48
{
"name": "@gytx/cpp-tutorial",
"version": "0.0.0",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"devDependencies": {
"@gytx/cppreference-index": "^0.1.10",
"@gytx/gcc-translation": "^0.1.1",
"@tsconfig/node20": "^1.0.1",
"@types/codemirror": "^5.60.5",
"@types/diff": "^5.0.2",
"@types/jsdom": "^16.2.14",
"@types/markdown-it": "^12.2.3",
"@types/prismjs": "^1.26.0",
"@types/raphael": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vue/tsconfig": "^0.4.0",
"@vuepress/client": "^2.0.0-beta.62",
"@vuepress/plugin-container": "^2.0.0-beta.62",
"@vuepress/plugin-docsearch": "^2.0.0-beta.62",
"@vuepress/plugin-prismjs": "^2.0.0-beta.62",
"@vuepress/theme-default": "^2.0.0-beta.62",
"@vuepress/utils": "^2.0.0-alpha.1",
"codemirror": "^5.65.4",
"codemirror-editor-vue3": "^2.1.3",
"diff": "^5.0.0",
"eslint": "^8.16.0",
"eslint-plugin-only-warn": "^1.0.3",
"jsdom": "^20.0.0",
"markdown-it": "^13.0.1",
"markdown-it-multimd-table": "^4.2.0",
"prismjs": "^1.29.0",
"raphael": "^2.3.0",
"rxjs": "^7.5.5",
"splitpanes": "^3.1.1",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vuepress": "^2.0.0-beta.62",
"vuepress-plugin-copy-code2": "^2.0.0-beta.217",
"vuepress-plugin-md-enhance": "^2.0.0-beta.217",
"vuepress-plugin-sitemap2": "^2.0.0-beta.217",
"yaml": "^2.3.1"
}
}