-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.92 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
67
{
"name": "@byloth/do-you-dare",
"version": "1.0.0-rc.2",
"description": "A web-game based on the original game of \"Truth or Dare?\" with different game modes. 🎴",
"keywords": [
"Vue.js",
"TypeScript",
"Vite.js",
"SCSS",
"Web-Game"
],
"homepage": "https://github.com/Bylothink/do-you-dare#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Bylothink/do-you-dare.git"
},
"bugs": {
"url": "https://github.com/Bylothink/do-you-dare/issues"
},
"author": {
"name": "Matteo Bilotta",
"email": "[email protected]",
"url": "https://www.byloth.dev/"
},
"license": "CC BY-NC-SA 4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc",
"lint": "eslint --ext .cjs,.js,.json,.ts --ignore-path .gitignore .",
"prepare": "husky",
"ci": "pnpm install --frozen-lockfile"
},
"dependencies": {
"@byloth/core": "2.0.0-rc.3",
"@byloth/exceptions": "^2.3.0",
"@byloth/vuert": "^1.3.4",
"@fortawesome/fontawesome-free": "^6.6.0",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"pinia": "^2.2.4",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@byloth/eslint-config-nuxt": "^2.8.3",
"@types/node": "^20.16.10",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.28.0",
"husky": "^9.1.6",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.6"
},
"private": true,
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}