-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.53 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.53 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
49
{
"name": "@Mdr-C-Tutorial/C",
"type": "module",
"version": "0.1.0",
"license": "CC-BY-NC-SA-4.0",
"engines": {
"node": ">=22"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.2.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"typescript-eslint": "^8.55.0",
"vue-eslint-parser": "^10.4.0",
"workbox-window": "^7.4.0"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"format": "prettier . --write",
"format:check": "prettier . --check",
"mdr:compile": "node code/项目/Mdr_Lang/compiler/cli.mjs",
"mdr:test": "node --test code/项目/Mdr_Lang/compiler/tests/smoke.mjs"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.2",
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/vitepress": "^1.1.0",
"cytoscape": "^3.33.1",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.19",
"debug": "^4.4.3",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^11.12.2",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vitepress": "^1.6.4",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.28"
},
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}