-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"prettier:fix": "pretty-quick --staged",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@vue/apollo-composable": "^4.0.0-alpha.16",
"date-fns": "^2.27.0",
"graphql": "^16.1.0",
"lodash.throttle": "^4.1.1",
"vue": "^3.0.5",
"vue-router": "4"
},
"devDependencies": {
"@octokit/graphql-schema": "^10.73.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.0",
"eslint": "^8.4.1",
"eslint-plugin-tailwindcss": "^1.17.2",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"tailwindcss": "^3.0.1",
"typescript": "^4.3.2",
"unplugin-vue-components": "^0.17.8",
"vite": "^2.4.2",
"vite-svg-loader": "^3.1.1",
"vue-tsc": "^0.0.24"
}
}