-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"name": "@nickcmaynard/jsonschemalint.com",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest --silent passed-only",
"test:e2e": "playwright test",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@jaseeey/vue-umami-plugin": "^1.5.1",
"@popperjs/core": "^2.11.8",
"ajv": "^8.18.0",
"ajv-draft-04": "^1.0.0",
"bootstrap": "^5.3.8",
"hjson": "^3.2.2",
"lodash-es": "^4.18.1",
"mitt-vue": "^2.1.4",
"pinia": "^3.0.4",
"vue": "^3.5.32",
"vue-i18n": "^11.3.2",
"vue-router": "^5.0.4",
"yaml": "^2.8.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@iconify-json/bi": "^1.2.7",
"@pinia/testing": "^1.0.3",
"@playwright/test": "^1.59.1",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/eslint-plugin": "^1.6.16",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.2.1",
"eslint-plugin-playwright": "^2.10.2",
"eslint-plugin-vue": "~10.8.0",
"globals": "^17.5.0",
"jsdom": "^29.0.2",
"prettier": "3.8.3",
"sass": "^1.99.0",
"unplugin-icons": "^23.0.1",
"vite": "^8.0.9",
"vite-plugin-vue-devtools": "^8.1.1",
"vitest": "^4.1.4"
}
}