-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
111 lines (111 loc) · 2.99 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "altair-graphql-plugin-github-sync",
"version": "1.0.7",
"private": false,
"description": "Altair Sync Gist plugin",
"scripts": {
"clean": "rimraf dist",
"dev": "vite",
"build": "yarn clean && vue-tsc --noEmit && vite build",
"build:watch": "yarn build --watch",
"preview": "run-p build:watch web-server",
"test": "jest src",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"web-server": "http-server ./ -p 8002 -c-1 --cors"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@types/uuid": "^8.3.3",
"axios": "^0.21.1",
"dexie": "^3.2.2",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
"vue": "3.2.26"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.178",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-vue": "^2.0.0",
"altair-graphql-core": "^4.2.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"http-server": "^0.11.1",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"pinst": "^2.1.6",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"sass": "^1.45.0",
"sass-loader": "^10",
"standard-version": "^9.3.0",
"tailwindcss": "^3.0.1",
"typescript": "^4.4.4",
"vite": "^2.7.1",
"vite-svg-loader": "^3.1.1",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.29.8"
},
"bugs": {
"url": "https://github.com/boydaihungst/altair-graphql-plugin-github-sync/issues"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"homepage": "https://github.com/boydaihungst/altair-graphql-plugin-github-sync",
"license": "MIT",
"repository": {
"url": "https://github.com/boydaihungst/altair-graphql-plugin-github-sync"
},
"author": {
"email": "[email protected]",
"name": "Huy Hoang",
"url": "https://github.com/boydaihungst"
},
"badges": [],
"categories": [
"Other"
],
"contributors": [
{
"url": "https://github.com/joaostroher",
"name": "João Miguel Ströher"
},
{
"name": "Teo Gonzalez",
"url": "https://github.com/thblckjkr"
},
{
"email": "[email protected]",
"name": "Huy Hoang",
"url": "https://github.com/boydaihungst"
}
],
"keywords": [
"gist",
"sync",
"altair",
"graphql",
"plugin"
]
}