-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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": "eplustv",
"version": "4.1.6",
"description": "",
"scripts": {
"start": "ts-node -r tsconfig-paths/register index.tsx",
"prepare": "husky install"
},
"keywords": [],
"author": "Joe Ipson <[email protected]>",
"license": "MIT",
"dependencies": {
"@hono/node-server": "^1.13.1",
"@picocss/pico": "^2.0.6",
"axios": "^1.2.2",
"axios-curlirize": "^1.3.7",
"cheerio": "^1.0.0",
"crypto-js": "^4.2.0",
"fast-xml-parser": "^4.5.0",
"fs-extra": "^10.0.0",
"hls-parser": "^0.10.6",
"hono": "^4.6.3",
"htmx-toaster": "^0.0.18",
"htmx.org": "^2.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.45",
"nedb-promises": "^5.0.1",
"sockette": "^2.0.6",
"tsconfig-paths": "^4.2.0",
"ws": "^8.9.0",
"xml": "^1.0.1"
},
"devDependencies": {
"@types/axios-curlirize": "^1.3.5",
"@types/crypto-js": "^4.2.1",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.174",
"@types/node": "^16.10.1",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.17.0",
"eslint-plugin-sort-keys-custom-order-fix": "^0.1.1",
"husky": "^7.0.1",
"lint-staged": "^11.1.1",
"prettier": "2.3.2",
"ts-node": "^10.2.1",
"typed-htmx": "^0.3.1",
"typescript": "^4.4.3"
},
"lint-staged": {
"!(slate/**).ts": [
"prettier --write",
"eslint --fix --format stylish"
]
}
}