@app-studio/web 0.8.57 → 0.8.59

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@app-studio/web",
3
- "version": "0.8.57",
3
+ "version": "0.8.59",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/components/index.d.ts",
6
6
  "files": [
@@ -46,11 +46,6 @@
46
46
  "page-imports": "ts-node scripts/generate-page-imports.ts",
47
47
  "create-pages": "npm run create-indices && ts-node scripts/create-pages.ts && npm run page-imports"
48
48
  },
49
- "config": {
50
- "commitizen": {
51
- "path": "git-cz"
52
- }
53
- },
54
49
  "eslintConfig": {
55
50
  "extends": [
56
51
  "react-app",
@@ -80,24 +75,9 @@
80
75
  ]
81
76
  },
82
77
  "dependencies": {
83
- "@mdx-js/loader": "^3.0.1",
84
- "@mdx-js/mdx": "^3.0.1",
85
- "@mdx-js/react": "^3.0.1",
86
- "@mdx-js/runtime": "^2.0.0",
87
- "@mdxeditor/editor": "^3.14.0",
88
- "axios": "^1.6.7",
89
- "cheerio": "^1.0.0-rc.12",
90
78
  "contrast": "^1.0.1",
91
- "crypto": "^1.0.1",
92
79
  "date-fns": "^2.30.0",
93
80
  "formik": "^2.4.6",
94
- "markdown-loader": "^8.0.0",
95
- "npm": "^10.5.0",
96
- "openai": "^4.28.4",
97
- "rc-upload": "^4.4.0",
98
- "react-helmet": "^6.1.0",
99
- "react-live": "^4.1.7",
100
- "simple-git": "^3.22.0",
101
81
  "typescript": "^4.9.5",
102
82
  "zustand": "^4.3.8"
103
83
  },
@@ -109,6 +89,9 @@
109
89
  "@babel/preset-typescript": "^7.26.0",
110
90
  "@commitlint/cli": "^19.2.0",
111
91
  "@commitlint/config-conventional": "^19.1.0",
92
+ "@mdx-js/mdx": "^3.1.0",
93
+ "@mdx-js/react": "^3.1.0",
94
+ "@mdxeditor/editor": "^3.21.0",
112
95
  "@size-limit/preset-small-lib": "^10.0.2",
113
96
  "@testing-library/jest-dom": "^5.16.5",
114
97
  "@testing-library/react": "^14.0.0",
@@ -126,6 +109,7 @@
126
109
  "babel-plugin-named-exports-order": "^0.0.2",
127
110
  "babel-plugin-react-require": "^4.0.0",
128
111
  "brotli-webpack-plugin": "^1.1.0",
112
+ "cheerio": "^1.0.0-rc.12",
129
113
  "commitlint": "^18.2.0",
130
114
  "compression": "^1.7.4",
131
115
  "compression-webpack-plugin": "^10.0.0",
@@ -141,18 +125,23 @@
141
125
  "husky": "^8.0.0",
142
126
  "lighthouse": "^11.6.0",
143
127
  "lint-staged": "^13.2.2",
128
+ "markdown-loader": "^8.0.0",
129
+ "npm": "^10.5.0",
130
+ "openai": "^4.28.4",
144
131
  "prettier": "^2.8.8",
145
132
  "react": "^18.2.0",
146
133
  "react-docgen-typescript": "^2.2.2",
147
134
  "react-dom": "^18.2.0",
135
+ "react-helmet": "^6.1.0",
136
+ "react-live": "^4.1.7",
148
137
  "react-router-dom": "^6.11.1",
149
138
  "react-scripts": "^5.0.1",
150
139
  "react-styleguidist": "^13.1.1",
151
140
  "react-test-renderer": "^18.2.0",
152
141
  "release-it": "^16.2.1",
153
142
  "router": "^1.3.8",
143
+ "simple-git": "^3.22.0",
154
144
  "style-loader": "^3.3.2",
155
- "stylis": "^4.3.0",
156
145
  "ts-loader": "^9.4.2",
157
146
  "tsc-alias": "^1.8.8",
158
147
  "tsdx": "^0.14.1",