-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "whmgr-ui",
"version": "1.16.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"create-locales": "node src/createLocales.js",
"test": "npx eslint src/**/*.js",
"test-fix": "npx eslint src/**/*.js --fix",
"update": "npm install && npm run create-locales"
},
"repository": {
"type": "git",
"url": "git+https://github.com/versx/WhMgr-UI.git"
},
"author": "versx",
"license": "ISC",
"bugs": {
"url": "https://github.com/versx/WhMgr-UI/issues"
},
"homepage": "https://github.com/versx/WhMgr-UI#readme",
"dependencies": {
"axios": "^0.21.2",
"babel-eslint": "^10.1.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"discord-oauth2": "^2.6.0",
"discord.js": "^12.5.3",
"eslint": "^7.26.0",
"express": "^4.17.1",
"express-mysql-session": "^2.1.6",
"express-session": "^1.17.2",
"helmet": "^3.23.3",
"i18n": "^0.10.0",
"mustache-express": "^1.3.1",
"mysql2": "^2.2.5",
"sequelize": "^6.25.3"
}
}