-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "releasebell",
"version": "1.11.0",
"description": "Sibbell alternative",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/plugin-retry": "^6.0.1",
"@octokit/plugin-throttling": "^8.1.3",
"@octokit/rest": "^20.0.2",
"async": "^3.2.5",
"connect-lastmile": "^2.2.0",
"connect-timeout": "^1.9.0",
"db-migrate": "^0.11.14",
"db-migrate-mysql": "^2.3.2",
"debug": "^4.3.4",
"express": "^4.18.2",
"express-openid-connect": "^2.17.1",
"handlebars": "^4.7.8",
"helper-markdown": "^1.0.0",
"mysql2": "^3.9.1",
"nodemailer": "^6.9.9",
"nodemailer-smtp-transport": "^2.7.4",
"superagent": "^8.1.2",
"supererror": "^0.7.2",
"uuid": "^9.0.1",
"vue": "^3.4.19"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"chromedriver": "^125.0.3",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"pankow": "^1.2.0",
"primeicons": "^6.0.1",
"primevue": "^3.48.1",
"selenium-webdriver": "^4.21.0",
"vite": "^5.1.3"
}
}