-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.56 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
{
"name": "ipicoin.github.io",
"version": "0.0.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"scripts": {
"biome-migration": "biome migrate --write",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"lint": "run-s lint:*",
"lint:oxlint": "oxlint . --fix",
"lint:eslint": "eslint . --fix --cache",
"format": "biome check --write ./src",
"format:prettier": "prettier --write --experimental-cli src/",
"prepare": "husky"
},
"dependencies": {
"animejs": "^4.4.1",
"bulma": "^1.0.4",
"pinia": "^3.0.4",
"socket.io": "^4.8.3",
"vue": "^3.5.32",
"vue-i18n": "^11.4.2",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@cosmjs/stargate": "^0.39.0",
"@eslint/js": "^10.0.1",
"@go-task/cli": "^3.50.0",
"@playwright/test": "^1.59.1",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/eslint-plugin": "^1.6.16",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.60.0",
"eslint-plugin-playwright": "^2.10.1",
"eslint-plugin-vue": "~10.8.0",
"globals": "^17.5.0",
"husky": "^9.1.7",
"jsdom": "^29.0.2",
"npm-run-all2": "^8.0.4",
"octokit": "^5.0.5",
"oxlint": "~1.60.0",
"prettier": "3.8.3",
"snyk": "^1.1304.2",
"vite": "^8.1.4",
"vite-plugin-vue-devtools": "^8.1.5",
"vitest": "^4.1.4"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}