-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.04 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.04 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
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx eslint ./public --fix && bun --bun . --hot --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dynamic-pkg/mime": "^1.0.1",
"@dynamic-pkg/mutation": "^1.0.0",
"@lukeed/uuid": "^2.0.1",
"@tomphttp/bare-client": "^2.2.0-alpha",
"@tomphttp/bare-server-node": "^2.0.1",
"@types/node": "^18.0.6",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"cryptojs": "^2.5.3",
"device-uuid": "^1.0.4",
"e": "^0.2.2",
"esbuild": "^0.18.18",
"esbuild-plugin-polyfill-node": "^0.3.0",
"express": "^4.18.2",
"express-compression": "^1.0.2",
"filer": "^1.4.1",
"index.js": "^0.0.3",
"is-odd": "^3.0.1",
"join-path": "^1.1.1",
"js-cookie": "^3.0.5",
"mime": "^3.0.0",
"node-fetch": "^3.2.6",
"numeric": "^1.2.6",
"numericjs": "^1.2.6",
"parse5": "^7.1.2",
"path-browserify": "^1.0.1",
"path-normalize": "^6.0.12",
"pure-context-menu": "^1.2.3",
"raw-loader": "4.0.2",
"request": "^2.88.2",
"snazzy": "^9.0.0",
"tippy.js": "^6.3.7",
"util": "^0.12.5",
"uuidv4": "^6.2.13",
"walk-parse5": "^2.0.0",
"workbox-webpack-plugin": "^6.5.4",
"xterm": "^5.2.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.4",
"@types/path-browserify": "^1.0.0",
"@types/webpack-dev-server": "^4.7.2",
"@webpack-cli/generators": "^3.0.1",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"raw-loader": "^4.0.2",
"ts-loader": "^9.4.2",
"ts-standard": "^12.0.2",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"semistandard": {
"ignore": [
"/public/xen/apps/**",
"/public/uv/**",
"/node_modules/**"
]
},
"ts-standard": {
"ignore": [
"/public/xen/apps/**",
"/public/uv/**",
"/node_modules/**"
]
}
}