-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 974 Bytes
/
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
{
"name": "git-clerk",
"version": "1.0.0-alpha.1",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@eox/jsonform": "^0.9.1",
"@primer/octicons": "^19.11.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"js-base64": "^3.7.7",
"lodash.debounce": "^4.0.8",
"lodash.find": "^4.6.0",
"lodash.isequal": "^4.5.0",
"lodash.map": "^4.6.0",
"octokit": "^4.0.2",
"pinia": "^2.2.4",
"slugify": "^1.6.6",
"vue": "^3.4.29",
"vue-loading-overlay": "^6.0.6",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@eox/eslint-config": "^2.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"eslint-plugin-vue": "^9.28.0",
"vite": "^5.3.1"
}
}