-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
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
{
"name": "gpst",
"description": "Generator Piekielnie Szybkich Thumbnailsów ",
"version": "0.4.0-dev",
"author": {
"name": "Piotr \"Halamix2\" Halama",
"email": "[email protected]",
"url": "https://halamix2.pl"
},
"bugs": {
"url": "https://github.com/halamix2/GPST/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/halamix2/GPST"
},
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"fabric": "^6.5.3",
"pinia": "^2.3.0",
"twemoji": "^14.0.2",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "^3.7.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@pinia/testing": "^0.1.7",
"@playwright/test": "^1.49.1",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/eslint-plugin": "1.1.16",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"eslint": "9.17.0",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"vite": "^6.0.3",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
}
}