@tryghost/comments-ui 0.10.0 → 0.10.2
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/package.json +9 -16
- package/umd/comments-ui.min.js +1 -1
- package/umd/comments-ui.min.js.map +1 -1
- package/umd/main.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/comments-ui",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "git@github.com:TryGhost/comments-ui.git",
|
|
6
6
|
"author": "Ghost Foundation",
|
|
@@ -28,12 +28,11 @@
|
|
|
28
28
|
"@tiptap/react": "^2.0.0-beta.114",
|
|
29
29
|
"react": "17.0.2",
|
|
30
30
|
"react-dom": "17.0.2",
|
|
31
|
-
"react-scripts": "4.0.3"
|
|
32
|
-
"react-shadow": "^19.0.3"
|
|
31
|
+
"react-scripts": "4.0.3"
|
|
33
32
|
},
|
|
34
33
|
"scripts": {
|
|
35
|
-
"start": "BROWSER=none react-scripts start",
|
|
36
|
-
"start:combined": "BROWSER=none node ./scripts/start-combined.js",
|
|
34
|
+
"start": "PORT=4000 BROWSER=none react-scripts start",
|
|
35
|
+
"start:combined": "PORT=4000 BROWSER=none node ./scripts/start-combined.js",
|
|
37
36
|
"start:dev": "PORT=4000 node ./scripts/start-mode.js",
|
|
38
37
|
"dev": "node ./scripts/dev-mode.js",
|
|
39
38
|
"build": "npm run build:combined",
|
|
@@ -49,17 +48,9 @@
|
|
|
49
48
|
"posttest": "yarn lint",
|
|
50
49
|
"analyze": "source-map-explorer 'umd/*.js'",
|
|
51
50
|
"prepublishOnly": "yarn build",
|
|
52
|
-
"tailwind": "npx tailwindcss -i ./src/index.css -o ./public/main.css --watch --minify"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"extends": [
|
|
56
|
-
"react-app",
|
|
57
|
-
"react-app/jest",
|
|
58
|
-
"plugin:ghost/browser"
|
|
59
|
-
],
|
|
60
|
-
"plugins": [
|
|
61
|
-
"ghost"
|
|
62
|
-
]
|
|
51
|
+
"tailwind": "npx tailwindcss -i ./src/index.css -o ./public/main.css --watch --minify",
|
|
52
|
+
"cypress:open": "cypress open",
|
|
53
|
+
"cypress": "cypress run"
|
|
63
54
|
},
|
|
64
55
|
"browserslist": {
|
|
65
56
|
"production": [
|
|
@@ -82,7 +73,9 @@
|
|
|
82
73
|
"chalk": "4.1.2",
|
|
83
74
|
"chokidar": "3.5.2",
|
|
84
75
|
"copy-webpack-plugin": "6.4.1",
|
|
76
|
+
"cypress": "^10.7.0",
|
|
85
77
|
"eslint-config-react-app": "^7.0.1",
|
|
78
|
+
"eslint-plugin-cypress": "^2.12.1",
|
|
86
79
|
"eslint-plugin-ghost": "2.12.0",
|
|
87
80
|
"eslint-plugin-tailwindcss": "^3.6.0",
|
|
88
81
|
"minimist": "1.2.5",
|