-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.92 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.92 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
{
"name": "@electrovir/element-vir-mono-repo",
"version": "26.16.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/electrovir/element-vir.git"
},
"license": "(MIT or CC0 1.0)",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"sideEffects": false,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run --workspace element-vir build",
"compile": "virmator compile",
"docs": "npm run --workspaces --if-present docs",
"format": "virmator format",
"lint": "virmator lint fix",
"publish": "virmator publish npm run test:all",
"start": "npm start --prefix packages/element-vir-example",
"test": "mono-vir for-each npm run test",
"test:all": "npm run compile && runstorm --names tests,spelling,format,docs,deps,lint,build \"npm test\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\" \"npm run build\"",
"test:deps": "virmator deps check",
"test:docs": "virmator docs check",
"test:format": "virmator format check",
"test:lint": "virmator lint",
"test:spelling": "virmator spellcheck",
"test:update": "mono-vir for-each-async npm run test:update"
},
"overrides": {
"@web/dev-server-rollup": "0.6.1",
"element-book": {
"element-vir": "$element-vir"
},
"playwright": "1.56.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.10.0",
"@stylistic/eslint-plugin-ts": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"cspell": "^10.0.0",
"dependency-cruiser": "^17.4.0",
"esbuild": "^0.28.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.9.0",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-playwright": "^2.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-sonarjs": "^4.0.3",
"eslint-plugin-unicorn": "^64.0.0",
"markdown-code-example-inserter": "^3.0.5",
"mono-vir": "^2.5.0",
"npm-check-updates": "^22.1.1",
"prettier": "~3.3.3",
"prettier-plugin-interpolated-html-tags": "^2.0.1",
"prettier-plugin-jsdoc": "^1.8.0",
"prettier-plugin-multiline-arrays": "4.1.8",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-sort-json": "^4.2.0",
"prettier-plugin-toml": "^2.0.6",
"runstorm": "^1.0.0",
"typescript-eslint": "8.57.1",
"virmator": "^14.14.2"
},
"engines": {
"node": ">=22"
}
}