@slicemachine/init 1.1.15-dev-screenshotv2.2 → 1.1.15-dev-screenshotv2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.depcheckrc +2 -0
- package/package.json +6 -4
package/.depcheckrc
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/init",
|
|
3
|
-
"version": "1.1.15-dev-screenshotv2.
|
|
3
|
+
"version": "1.1.15-dev-screenshotv2.3",
|
|
4
4
|
"description": "The easiest way to add Slice Machine to your project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"audit": "better-npm-audit audit -l high -p",
|
|
11
11
|
"audit-fix": "npm audit fix",
|
|
12
12
|
"build": "npm run tsc && siroc build",
|
|
13
|
+
"depcheck": "depcheck --config=.depcheckrc",
|
|
13
14
|
"lint": "eslint --cache --cache-location .caches/eslint --cache-strategy content --ext .ts .",
|
|
14
15
|
"lint:precommit": "eslint",
|
|
15
16
|
"prepublishOnly": "npm run test && npm run build",
|
|
@@ -20,8 +21,8 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@hapi/hapi": "^20.2.0",
|
|
22
23
|
"@prismicio/types-internal": "^0.2.8",
|
|
23
|
-
"@slicemachine/client": "1.1.15-dev-screenshotv2.
|
|
24
|
-
"@slicemachine/core": "1.1.15-dev-screenshotv2.
|
|
24
|
+
"@slicemachine/client": "1.1.15-dev-screenshotv2.3",
|
|
25
|
+
"@slicemachine/core": "1.1.15-dev-screenshotv2.3",
|
|
25
26
|
"adm-zip": "^0.5.9",
|
|
26
27
|
"analytics-node": "^6.0.0",
|
|
27
28
|
"axios": "^0.24.0",
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
"@typescript-eslint/parser": "^5.10.0",
|
|
54
55
|
"babel-jest": "^27.0.2",
|
|
55
56
|
"better-npm-audit": "^3.4.0",
|
|
57
|
+
"depcheck": "^1.4.3",
|
|
56
58
|
"eslint": "^7.32.0",
|
|
57
59
|
"eslint-config-prettier": "^8.3.0",
|
|
58
60
|
"eslint-import-resolver-typescript": "^2.4.0",
|
|
@@ -69,5 +71,5 @@
|
|
|
69
71
|
"engines": {
|
|
70
72
|
"node": ">=14"
|
|
71
73
|
},
|
|
72
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "d1d28672aab479528f0f7ecf8e40acfb1807eee4"
|
|
73
75
|
}
|