forked from Maggi64/moderndash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.33 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
{
"name": "moderndash-monorepo",
"private": true,
"workspaces": [
"website",
"package",
"benchmark"
],
"type": "module",
"scripts": {
"build:docs-data": "typedoc --options typedoc.json && typedoc-json-parser --json ./website/src/assets/extractedTypes.json --verbose",
"build:docs": "npm run build --workspace=package && npm run build:docs-data && npm run build --workspace=website",
"benchmark": "npm run build --workspace=package && npm run bench --workspace=benchmark"
},
"browserslist": [
">2% and not dead"
],
"devDependencies": {
"@svitejs/changesets-changelog-github-compact": "1.1.0",
"@changesets/cli": "2.26.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"eslint": "8.35.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-compat": "4.1.2",
"eslint-plugin-deprecate": "0.7.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-svelte": "2.20.1",
"eslint-plugin-unicorn": "46.0.0",
"typedoc": "0.23.26",
"typescript": "4.9.5",
"vitest": "0.29.2",
"@vitest/coverage-c8": "0.29.2",
"@vitest/ui": "0.29.2",
"vite": "4.1.4"
}
}