-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.17 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.17 KB
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
{
"name": "gaman",
"type": "module",
"main": "index.js",
"version": "0.0.1",
"engines": {
"node": ">=18.20.8"
},
"scripts": {
"build": "tsc -b -v",
"clean": "tsc -b --clean",
"test": "vitest run",
"test:server": "npm run yalc:push && cd test && npm run dev",
"version-packages": "npx changeset version",
"publish-packages": "npm run build && npx changeset publish ",
"yalc:push": "./scripts/yalc-push.sh"
},
"workspaces": [
"packages/*",
"plugins/nunjucks",
"plugins/ejs",
"plugins/basic-auth",
"plugins/static",
"plugins/websocket",
"plugins/session",
"plugins/edge",
"plugins/jwt"
],
"author": "angga7togk",
"license": "MIT",
"repository": {
"url": "git+https://github.com/7TogkID/gaman.git"
},
"bugs": {
"url": "https://github.com/7TogkID/gaman/issues"
},
"homepage": "https://gaman.7togk.id",
"dependencies": {
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^24.3.1",
"@types/ws": "^8.18.1",
"autoprefixer": "^10.4.21",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"cookie": "^1.0.2",
"edge.js": "^6.3.0",
"esbuild": "^0.25.8",
"esbuild-plugin-file-path-extensions": "^2.1.4",
"install": "^0.13.0",
"ip-address": "^10.0.1",
"jsonwebtoken": "^9.0.2",
"npm": "^11.5.2",
"path-to-regexp": "^8.3.0",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sass": "^1.94.0",
"socket.io": "^4.8.1",
"source-map-support": "^0.5.21",
"tailwindcss": "^4.1.17",
"ws": "^8.18.2"
},
"devDependencies": {
"@changesets/cli": "^2.29.6",
"@types/ejs": "^3.1.5",
"@types/fs-extra": "^11.0.4",
"@types/jsonwebtoken": "^9.0.10",
"@types/nunjucks": "^3.2.6",
"@types/yargs": "^17.0.33",
"arg": "^5.0.2",
"axios": "^1.11.0",
"ejs": "^3.1.10",
"eslint": "^9.31.0",
"form-data": "^4.0.4",
"glob": "^10.4.5",
"globals": "^16.3.0",
"k6": "^0.0.0",
"mongodb": "^6.17.0",
"node-mocks-http": "^1.17.2",
"nunjucks": "^3.2.4",
"redis": "^5.6.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"ts-jest": "^29.4.0",
"tsc-alias": "^1.8.16",
"tslib": "^2.8.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"vitest": "^3.2.4",
"yalc": "^1.0.0-pre.53"
}
}