-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
{
"name": "Catchword",
"version": "1.0.0",
"description": "Web implementation of dictionary for Netmarble GGT",
"main": "src/index.ts",
"scripts": {
"start": "gulp && sudo ts-node-dev src --respawn --transpile-only",
"gulp": "gulp default",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WordChainer/Catchword.git"
},
"keywords": [
"ggt"
],
"author": "xCrypt0r",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/WordChainer/Catchword/issues"
},
"homepage": "https://github.com/WordChainer/Catchword#readme",
"dependencies": {
"adm-zip": "^0.5.1",
"compression": "^1.7.4",
"connect-mongo": "^4.4.1",
"dayjs": "^1.10.4",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fast-glob": "^3.2.5",
"mongoose": "^6.0.0",
"passport": "^0.6.0",
"passport-naver": "^1.0.6",
"pug": "^3.0.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/express-session": "1.17.4",
"@types/node": "17.0.35",
"@types/passport": "1.0.7",
"@types/passport-naver": "0.2.1",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"eslint": "8.16.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-htmlmin": "5.0.1",
"gulp-image": "6.2.1",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-uglify-es": "3.0.0",
"sass": "1.43.3",
"ts-node-dev": "1.1.8",
"typescript": "4.7.2"
}
}