-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.3 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5.3 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "@shorthand/wordpress-plugin",
"type": "module",
"scripts": {
"clean": "rm -rf ./build/@shorthand/wordpress-plugin ./dist ./php/vendor ./public/scripts ./node_modules",
"build": "./node_modules/.bin/tsc && NODE_PATH=./build node ./build.js",
"bundle": "./bin/bundle.sh",
"tag:release": "sh -c 'tag=$(grep -m1 \"\\\"version\\\"\" deploy/update.json | awk -F\"\\\"\" \"{print \\$4; exit}\" | tr -d \"\\r\\n[:space:]\"); test -n \"$tag\" || { echo \"Unable to read version from deploy/update.json\"; exit 1; }; git tag -a \"$tag\" -m \"Release $tag\" && git push origin \"$tag\"'"
},
"dependencies": {
"classnames": "2.5.1",
"lucide-react": "0.539.0",
"pretty-ms": "7.0.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@deanc/esbuild-plugin-postcss": "^1.0.2",
"@jgoz/esbuild-plugin-typecheck": "^4.0.3",
"@types/node": "20.19.6",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.17",
"esbuild": "^0.25.5",
"esbuild-plugin-copy-licenses": "0.1.0",
"esbuild-sass-plugin": "^2.16.1",
"node-stdlib-browser": "^1.2.0",
"postcss": "8.4.31",
"postcss-modules": "^6.0.0",
"typescript": "5.6.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
],
"overrides": {
"dompurify": "^3.2.4",
"@babel/traverse": "^7.23.2",
"braces": "^3.0.3",
"browserify-sign": "4.2.2",
"@xmldom/xmldom": "0.8.5",
"ansi-html": "^0.0.9",
"ansi-regex": "^5.0.1",
"aws-sdk": "^2.1585.0",
"canvas": "3.1.0",
"cross-fetch": "^3.1.5",
"decode-uri-component": "^0.2.2",
"dot-prop": "^5.1.1",
"dottie": "^2.0.6",
"ejs": "^3.1.10",
"es5-ext": "^0.10.63",
"express": "^4.22.1",
"fast-xml-parser": "^4.4.1",
"follow-redirects": "^1.15.6",
"formidable": "3.5.4",
"get-func-name": "2.0.2",
"glob-parent": "^5.1.2",
"graceful-fs": "4.2.9",
"hosted-git-info": "3.0.8",
"ip": "^2.0.1",
"js-yaml": "^3.13.1",
"json5": "^2.2.2",
"lodash": "4.17.21",
"micromatch": "^4.0.8",
"minimatch": "^3.0.5",
"minimist": "^1.2.6",
"mkdirp": "^0.5.5",
"got": "^11.8.5",
"node-fetch": "^2.6.7",
"pac-resolver": "^7.0.1",
"parse-url": "^7.0.2",
"path-parse": "^1.0.7",
"pathval": "^1.1.1",
"postcss": "^7.0.39 || ^8.4.31",
"prosemirror-model": "^1.22.3",
"prosemirror-transform": "^1.6.0",
"prosemirror-view": "1.27.2",
"protobufjs": "^7.2.6",
"proxy-agent": "^6.4.0",
"react-dev-utils": "^12.0.0",
"redis": "4.6.14",
"semver": "^7.5.3",
"serve": "^11.3.1",
"socks": "^2.8.3",
"socket.io-adapter": "^2.5.4",
"ssri": "^8.0.1",
"tar": "^6.2.1",
"tough-cookie": "^4.1.3",
"tmpl": "^1.0.5",
"axios": "1.13.2",
"ua-parser-js": "1.0.34",
"url-parse": "^1.5.10",
"validator": "^13.7.0",
"yjs": "13.5.30",
"xmlhttprequest-ssl": "1.6.3",
"@jimp/jpeg>jpeg-js": "0.4.4",
"@ampproject/toolbox-optimizer>terser": "5.14.2",
"html-minifier-terser>terser": "5.14.2",
"d3-color": "3.1.0",
"@types/umzug@2.3.3>mongodb": "4.17.0",
"vm2": "3.9.19",
"word-wrap": "npm:@aashutoshrathi/word-wrap@1.2.6",
"xml2js": "0.5.0",
"mongodb@>=4.0.0 <4.17.0": "4.17.0",
"zod": "3.25.67",
"@trivago/prettier-plugin-sort-imports>minimatch": "^9.0.0",
"ws": "^8.17.1",
"path-to-regexp@>=0.2.0 <8.1.0": ">=8.1.0",
"path-to-regexp@<0.1.12": ">=0.1.12",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"vite@>=5.0.0 <5.4.21": "=5.4.21",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cookie@<0.7.0": ">=0.7.0",
"elliptic@<=6.6.0": ">=6.6.1",
"cross-spawn@<=7.0.4": ">=7.0.5",
"nanoid@<3.3.8 <4.0.0": "=3.3.8",
"nanoid@>=4.0.0 <5.0.9": ">=5.0.9",
"@sentry/node@>=8.10.0 <8.49.0": ">=8.49.0",
"esbuild@<=0.24.2": "0.25.5",
"prismjs@<1.30.0": ">=1.30.0",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@babel/helpers@<7.26.10": ">=7.26.10",
"xml-crypto@>=3.0.0 <3.2.1": ">=3.2.1",
"tar-fs@>=3.0.0 <3.1.1": "=3.1.1",
"tar-fs@>=2.0.0 <2.1.4": "=2.1.4",
"image-size@>=1.1.0 <1.2.1": "=1.2.1",
"brace-expansion@>=1.0.0 <=1.1.11": "=1.1.12",
"pbkdf2@<=3.1.2": ">=3.1.3",
"pbkdf2@>=3.0.10 <=3.1.2": ">=3.1.3",
"form-data@>=3.0.0 <3.0.4": ">=3.0.4",
"tmp@<=0.2.3": ">=0.2.4",
"sha.js@<=2.4.11": ">=2.4.12",
"cipher-base@<=1.0.4": ">=1.0.5",
"devalue@<5.3.2": ">=5.3.2",
"astro@<5.16.4": ">=5.16.4",
"validator@<13.15.20": ">=13.15.20",
"js-yaml@>=3.0.0 <=3.14.2": "3.14.2",
"js-yaml@>=4.0.0 <=4.1.1": "4.1.1",
"eslint>js-yaml": "3.14.2",
"astro>js-yaml": "3.14.2",
"@eslint/eslintrc>js-yaml": "3.14.2",
"@astrojs/markdown-remark>js-yaml": "3.14.2",
"cosmiconfig>js-yaml": "3.14.2",
"node-forge@<1.3.2": ">=1.3.2",
"glob@>=10.2.0 <10.5.0": "=10.5.0",
"mdast-util-to-hast@<13.2.1": "=13.2.1",
"jws@=4.0.0": ">=4.0.1",
"jws@<3.2.3": "=3.2.3"
},
"patchedDependencies": {
"@deanc/esbuild-plugin-postcss@1.0.2": "patches/@deanc__esbuild-plugin-postcss@1.0.2.patch"
}
}
}