-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
{
"name": "estim-poker",
"type": "module",
"author": {
"name": "qcp"
},
"repository": {
"url": "https://github.com/qcp/estim-poker"
},
"scripts": {
"dev": "vite --host",
"preview": "vite preview",
"build": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"stylelint": "stylelint src/**/*.{vue,css}",
"stylelint:fix": "stylelint src/**/*.{vue,css} --fix"
},
"dependencies": {
"@primevue/themes": "^4.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"luxon": "^3.5.0",
"primeicons": "^7.0.0",
"primevue": "^4.1.0",
"qrcode": "^1.5.4",
"valibot": "^0.42.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@primevue/auto-import-resolver": "^4.1.0",
"@stylistic/stylelint-config": "^2.0.0",
"@tsconfig/node20": "^20.1.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.10.0",
"npm-run-all2": "^6.2.3",
"postcss-html": "^1.7.0",
"stylelint": "^16.10.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.9",
"vue-component-type-helpers": "^2.1.6",
"vue-tsc": "^2.1.6"
},
"cpu": [
"arm64",
"x64"
],
"os": [
"linux",
"win32"
]
}