-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.66 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
{
"name": "@the-tricktionary/web",
"version": "4.0.0",
"private": true,
"type": "module",
"description": "A list of jumprope tricks with name, description and video",
"scripts": {
"dev": "vite",
"build": "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.10.6",
"@sentry/vue": "^8.11.0",
"@vue/apollo-composable": "^4.0.2",
"@vueuse/core": "^10.11.0",
"@vueuse/head": "^2.0.0",
"apollo3-cache-persist": "^0.15.0",
"firebase": "^10.12.2",
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-vue-apollo": "^4.1.1",
"@iconify-json/mdi": "^1.1.67",
"@parcel/watcher": "^2.4.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^8.57.0",
"eslint-config-love": "^53.0.0",
"eslint-plugin-vue": "^9.26.0",
"graphql": "^16.9.0",
"typescript": "5.4",
"unplugin-fonts": "^1.1.1",
"unplugin-icons": "^0.19.0",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.22",
"windicss": "^3.5.6"
},
"homepage": "https://the-tricktionary.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "the-tricktionary/web"
}
}