-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 5.65 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 5.65 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt prepare && vue-tsc -b --noEmit",
"clean": "rm -rf .nuxt dist",
"kill:servers": "pkill -9 node",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:e2e": "NODE_OPTIONS='--import tsx' cucumber-js",
"test:e2e:headed": "HEADED=true NODE_OPTIONS='--import tsx' cucumber-js",
"test:e2e:ci": "wait-on http://localhost:3000 --timeout 30000 && pnpm run test:e2e",
"test:e2e:with-server": "concurrently --kill-others --success first \"nuxt dev\" \"wait-on http://localhost:3000 --timeout 30000 && pnpm run test:e2e\"",
"test:e2e:accessibility": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/accessibility.feature",
"test:e2e:color": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/color.feature",
"test:e2e:document-persistence": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/document-persistence.feature",
"test:e2e:documents": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/documents.feature",
"test:e2e:editing": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/editing.feature",
"test:e2e:sharing": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/sharing.feature",
"test:e2e:smoke": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/smoke.test.feature",
"test:e2e:theme": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/theme.feature",
"test:e2e:all": "NODE_OPTIONS='--import tsx' cucumber-js tests/features/*.feature",
"test:e2e:all:with-server": "concurrently --kill-others --success first \"nuxt dev\" \"wait-on http://localhost:3000 --timeout 30000 && pnpm run test:e2e:all\"",
"test:affected": "bash scripts/run-affected-tests.sh",
"test:affected:branch": "bash scripts/run-affected-tests.sh main",
"test:module": "bash scripts/test-module.sh",
"analyze:modules": "tsx scripts/analyze-module-independence.ts",
"analyze:modules:json": "tsx scripts/analyze-module-independence.ts --format json",
"analyze:modules:mermaid": "tsx scripts/analyze-module-independence.ts --format mermaid",
"analyze:modules:ci": "tsx scripts/analyze-module-independence.ts --strict --baseline .baseline-modules.json",
"analyze:modules:update-baseline": "tsx scripts/analyze-module-independence.ts --save-baseline .baseline-modules.json",
"analyze:modules:strict": "tsx scripts/analyze-module-independence.ts --strict",
"depcruise": "depcruise --config .dependency-cruiser.cjs src",
"depcruise:ci": "depcruise --config .dependency-cruiser.cjs --output-type err src",
"depcruise:archi": "depcruise --config .dependency-cruiser.cjs --output-type archi src",
"depcruise:graph:modules": "depcruise --config .dependency-cruiser.cjs --output-type dot --include-only '^src/modules' src",
"prepare": "husky",
"knip": "knip",
"knip:exports": "knip --exports",
"test:vitest": "vitest",
"test:vitest:watch": "vitest --watch",
"test:vitest:coverage": "vitest run --coverage"
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/language": "^6.11.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.37.1",
"@lezer/highlight": "^1.2.1",
"@markslides/markdown-it-mermaid": "^0.3.6",
"@nuxt/eslint": "1.4.1",
"@nuxt/icon": "1.13.0",
"@nuxt/ui": "^4.0.1",
"@pinia/nuxt": "0.11.1",
"@replit/codemirror-vim": "^6.3.0",
"@shikijs/markdown-it": "^3.6.0",
"@vueuse/core": "^13.3.0",
"@vueuse/nuxt": "13.3.0",
"eslint": "^9.28.0",
"fflate": "^0.8.2",
"isomorphic-dompurify": "^2.32.0",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-github-alerts": "^0.3.2",
"mermaid": "^11.6.0",
"nuxt": "^4.1.2",
"pinia": "^3.0.3",
"reka-ui": "^2.5.1",
"shiki": "^3.6.0",
"vue": "^3.5.16",
"zod": "^4.1.11"
},
"devDependencies": {
"@antfu/eslint-config": "^4.14.1",
"@axe-core/playwright": "^4.10.2",
"@cucumber/cucumber": "^11.3.0",
"@faker-js/faker": "^10.1.0",
"@iconify-json/lucide": "^1.2.47",
"@nuxt/test-utils": "^3.20.1",
"@phenomnomnominal/tsquery": "^6.1.3",
"@pinia/testing": "^1.0.3",
"@playwright/test": "^1.52.0",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^8.1.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.15.30",
"@typescript-eslint/utils": "^8.45.0",
"@vitejs/plugin-vue": "^6.0.2",
"@vitest/coverage-v8": "^4.0.13",
"@vue/compiler-sfc": "^3.5.22",
"commander": "^14.0.1",
"concurrently": "^9.1.0",
"cosmiconfig": "^9.0.0",
"dependency-cruiser": "^17.0.2",
"eslint": "^9.28.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"fast-glob": "^3.3.3",
"fishery": "^2.3.1",
"happy-dom": "^20.0.10",
"husky": "^9.1.7",
"knip": "^5.64.1",
"picocolors": "^1.1.1",
"resize-observer-polyfill": "^1.5.1",
"sloc": "^0.3.2",
"tailwindcss": "^4.1.14",
"ts-morph": "^27.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.8.3",
"vite-plugin-eslint2": "^5.0.3",
"vitest": "^4.0.13",
"vue-tsc": "^3.1.0",
"wait-on": "^8.0.3"
},
"pnpm": {
"patchedDependencies": {
"@nuxt/test-utils@3.20.1": "patches/@nuxt__test-utils@3.20.1.patch"
}
}
}