@beforesemicolon/builder 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +15 -15
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@beforesemicolon/builder",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.1",
|
4
4
|
"description": "Utilities to build npm packages and documentation website",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=18.16.0"
|
@@ -26,8 +26,20 @@
|
|
26
26
|
"url": "https://github.com/sponsors/beforesemicolon",
|
27
27
|
"type": "github"
|
28
28
|
},
|
29
|
-
"
|
29
|
+
"dependencies": {
|
30
30
|
"@gjsify/esbuild-plugin-transform-ext": "0.0.4",
|
31
|
+
"core-js": "^3.34.0",
|
32
|
+
"esbuild": "^0.19.10",
|
33
|
+
"esbuild-plugin-text-replace": "^1.3.0",
|
34
|
+
"front-matter": "^4.0.2",
|
35
|
+
"global-jsdom": "^9.2.0",
|
36
|
+
"highlight.js": "^11.10.0",
|
37
|
+
"isomorphic-dompurify": "^2.16.0",
|
38
|
+
"jsdom": "^23.0.1",
|
39
|
+
"marked": "^14.1.2",
|
40
|
+
"marked-highlight": "^2.1.4"
|
41
|
+
},
|
42
|
+
"devDependencies": {
|
31
43
|
"@types/jest": "^29.5.11",
|
32
44
|
"@types/jsdom": "^21.1.6",
|
33
45
|
"@types/jsdom-global": "^3.0.7",
|
@@ -35,9 +47,6 @@
|
|
35
47
|
"@types/node-sass": "^4.11.7",
|
36
48
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
37
49
|
"@typescript-eslint/parser": "^6.15.0",
|
38
|
-
"core-js": "^3.34.0",
|
39
|
-
"esbuild": "^0.19.10",
|
40
|
-
"esbuild-plugin-text-replace": "^1.3.0",
|
41
50
|
"eslint": "^8.56.0",
|
42
51
|
"eslint-config-prettier": "^9.1.0",
|
43
52
|
"eslint-config-standard": "^17.1.0",
|
@@ -45,18 +54,9 @@
|
|
45
54
|
"eslint-plugin-n": "^16.5.0",
|
46
55
|
"eslint-plugin-prettier": "^5.1.2",
|
47
56
|
"eslint-plugin-promise": "^6.1.1",
|
48
|
-
"front-matter": "^4.0.2",
|
49
|
-
"global-jsdom": "^9.2.0",
|
50
|
-
"highlight.js": "^11.10.0",
|
51
|
-
"install": "^0.13.0",
|
52
|
-
"isomorphic-dompurify": "^2.16.0",
|
53
|
-
"jsdom": "^23.0.1",
|
54
|
-
"marked": "^14.1.2",
|
55
|
-
"marked-highlight": "^2.1.4",
|
56
|
-
"nodemon": "^3.1.7",
|
57
|
-
"npm": "^10.8.3",
|
58
57
|
"npm-run-all": "^4.1.5",
|
59
58
|
"prettier": "3.1.1",
|
59
|
+
"nodemon": "^3.1.7",
|
60
60
|
"tinybench": "^2.8.0",
|
61
61
|
"ts-jest": "^29.1.1",
|
62
62
|
"tsx": "^4.7.0",
|