-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.85 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
{
"name": "@ropescore/live",
"version": "0.0.0",
"private": true,
"author": "Svante Bengtson <[email protected]> (https://swantzter.se)",
"license": "MIT",
"homepage": "https://ropescore.live",
"repository": "https://github.com/RopeScore/live",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run codegen && vite build",
"serve": "vite preview",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"typecheck": "vue-tsc --noEmit",
"codegen": "graphql-codegen --config codegen.yml",
"codegen:watch": "npm run codegen -- --watch"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@github/relative-time-element": "^4.4.3",
"@ropescore/components": "^1.9.1",
"@ropescore/rulesets": "^0.11.0",
"@sentry/vue": "^8.35.0",
"@vue/apollo-composable": "^4.2.1",
"@vueuse/core": "^11.2.0",
"@vueuse/head": "^2.0.0",
"@vueuse/router": "^11.2.0",
"firebase": "^11.0.1",
"graphql": "^16.9.0",
"graphql-ws": "^5.16.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript-vue-apollo": "^4.1.1",
"@iconify-json/mdi": "^1.2.1",
"@types/eslint__js": "^8.42.3",
"@unocss/preset-wind": "^0.63.6",
"@unocss/transformer-directives": "^0.63.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.30.0",
"neostandard": "^0.11.7",
"typescript": "5.5",
"unocss": "^0.63.6",
"unplugin-icons": "^0.20.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vue-tsc": "^2.1.10"
}
}