-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.22 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.22 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
{
"name": "@ecoma-io/ecoma",
"homepage": "https://ecoma.io",
"repository": {
"type": "git",
"url": "https://github.com/ecoma-io/ecoma.git"
},
"private": true,
"engines": {
"node": ">=24.0.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.32.0",
"scripts": {
"prepare": "is-ci || npx run-p prepare:*",
"prepare:husky": "husky",
"prepare:playwright": "playwright install --with-deps",
"pre-commit": "npx run-p pre-commit:*",
"pre-commit:lint-staged": "lint-staged",
"pre-commit:verify": "nx affected -t lint test build",
"pre-commit:secret-scan": "gitleaks detect --no-banner --verbose"
},
"pnpm": {
"overrides": {
"axios": "^1.14.2"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"esbuild",
"maplibre-gl",
"nx",
"unrs-resolver",
"vue-demi"
]
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@eslint/js": "^10.0.1",
"@iarna/toml": "^2.2.5",
"@iconify-json/lucide": "^1.2.105",
"@internationalized/date": "^3.12.1",
"@nuxt/devtools": "^3.2.4",
"@nuxt/eslint-config": "^1.15.2",
"@nuxt/kit": "^4.4.2",
"@nuxt/ui": "^4.7.1",
"@nuxt/ui-templates": "^1.3.4",
"@nuxtjs/i18n": "^10.3.0",
"@nx/devkit": "22.7.1",
"@nx/eslint": "22.7.1",
"@nx/eslint-plugin": "22.7.1",
"@nx/js": "22.7.1",
"@nx/nuxt": "22.7.1",
"@nx/playwright": "22.7.1",
"@nx/vite": "22.7.1",
"@nx/vitest": "22.7.1",
"@nx/workspace": "22.7.1",
"@nxlv/python": "^22.1.2",
"@playwright/test": "^1.59.1",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.24",
"@swc/helpers": "~0.5.21",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/table-core": "^8.21.3",
"@types/node": "25.6.0",
"@types/pg": "^8.20.0",
"@unovis/ts": "^1.6.5",
"@unovis/vue": "^1.6.5",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/coverage-v8": "~4.1.4",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"archiver": "^8.0.0",
"chalk": "^4.1.2",
"command-exists": "^1.2.9",
"cross-spawn": "^7.0.6",
"date-fns": "^4.1.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-playwright": "^2.10.1",
"eslint-plugin-vue": "^10.8.0",
"file-uri-to-path": "^2.0.0",
"fs-extra": "^11.3.5",
"glob": "^13.0.6",
"h3": "^1.8.2",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"jsdom": "^29.0.2",
"jsonc-eslint-parser": "^3.0.0",
"lint-staged": "^16.4.0",
"lodash": "^4.18.1",
"memfs": "^4.57.2",
"minimatch": "^10.2.5",
"npm-run-all-next": "^1.3.0",
"nuxt": "^4.4.2",
"nx": "22.7.1",
"pg": "^8.20.0",
"prettier": "~3.8.2",
"prettier-plugin-sh": "^0.18.1",
"semver": "^7.8.0",
"serve": "^14.2.6",
"string-dedent": "^3.0.2",
"tailwindcss": "^4.2.2",
"tslib": "^2.8.1",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.2",
"uuid": "^14.0.0",
"vite": "^8.0.8",
"vitepress": "^1.6.4",
"vitest": "~4.1.4",
"vue": "^3.5.32",
"vue-eslint-parser": "^10.4.0",
"vue-i18n": "^11.4.0",
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.8"
}
}