generated from xwiki-contrib/github-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 2.26 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"private": true,
"name": "@xwiki/cristal-root",
"version": "0.0.0",
"license": "LGPL 2.1",
"author": "XWiki Org Community <[email protected]>",
"homepage": "https://cristal.xwiki.org/",
"repository": {
"type": "git",
"url": "https://github.com/xwiki-contrib/cristal/"
},
"bugs": {
"url": "https://jira.xwiki.org/projects/CRISTAL/"
},
"scripts": {
"build": "nx run-many -t build --nxBail=true",
"clean": "nx run-many -t clean",
"dev": "nx build @xwiki/cristal-web && concurrently --kill-others 'pnpm run dev:cristal-web' 'pnpm run dev:cristal-realtime'",
"dev:cristal-realtime": "nx dev @xwiki/cristal-realtime",
"dev:cristal-web": "nx dev @xwiki/cristal-web",
"lint": "nx run-many -t lint",
"quickstart": "nx run @xwiki/cristal-web:quickstart",
"start": "nx run @xwiki/cristal-web:start",
"start:electron": "concurrently --kill-others 'pnpm run start:electron:ui' 'pnpm run dev:cristal-realtime'",
"start:electron:ui": "nx build @xwiki/cristal-electron-main && nx build @xwiki/cristal-electron-renderer && nx build @xwiki/cristal-electron-storage && nx run @xwiki/cristal-electron:start",
"test": "nx run-many -t test"
},
"devDependencies": {
"@changesets/cli": "2.27.11",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@microsoft/tsdoc": "0.15.1",
"@microsoft/tsdoc-config": "0.17.1",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.8",
"concurrently": "9.1.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-tsdoc": "0.4.0",
"eslint-plugin-vue": "9.32.0",
"happy-dom": "16.3.0",
"nx": "20.3.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"typescript": "5.7.2",
"vite": "6.0.7",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-dts": "4.4.0",
"vitest": "2.1.8",
"vue-eslint-parser": "9.4.3"
},
"engines": {
"node": "22.13.0"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"avvvatars-vue": "patches/avvvatars-vue.patch"
}
}
}