-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
{
"name": "github-dashboard",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"prebuild": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint --fix --cache .",
"format": "prettier --write src/",
"plop": "plop"
},
"dependencies": {
"@octokit/graphql-schema": "^15.26.1",
"@tsconfig/node24": "^24.0.5",
"@types/debounce": "^1.2.4",
"date-fns": "^4.4.0",
"debounce": "^3.0.0",
"graphql-request": "^7.4.0",
"pinia": "^4.0.3",
"remixicon": "^4.9.1",
"vue": "^3.5.42",
"vue-router": "^5.3.0"
},
"devDependencies": {
"@pinia/testing": "^2.0.1",
"@types/node": "^26.4.0",
"@vitejs/plugin-vue": "^6.0.8",
"@vitest/coverage-v8": "^4.1.11",
"@vitest/eslint-plugin": "^1.6.27",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.9.0",
"@vue/test-utils": "^2.5.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.9.1",
"eslint-plugin-vue": "^10.10.0",
"happy-dom": "^20.12.0",
"plop": "^4.0.5",
"prettier": "^3.9.6",
"sass": "^1.103.1",
"typescript": "^6.0.3",
"vite": "^8.2.2",
"vitest": "^4.1.11",
"vue-tsc": "^3.3.11"
}
}