@vonaffenfels/portal-slug-field 1.1.2 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +98 -98
package/package.json CHANGED
@@ -1,100 +1,100 @@
1
1
  {
2
- "name": "@vonaffenfels/portal-slug-field",
3
- "version": "1.1.2",
4
- "scripts": {
5
- "prepublish": "yarn run build",
6
- "dev": "yarn run start",
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "build": "rm -rf dist && webpack --config webpack.config.js",
9
- "start": "webpack serve --config webpack.config.dev.js"
10
- },
11
- "peerDependencies": {
12
- "@babel/core": "^7.20.12",
13
- "@babel/plugin-proposal-class-properties": "^7.13.0",
14
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
15
- "@babel/preset-env": "^7.13.15",
16
- "@babel/preset-react": "^7.13.13",
17
- "@contentful/app-sdk": "^3.33.0",
18
- "@contentful/field-editor-single-line": "^0.14.1",
19
- "@contentful/field-editor-test-utils": "^0.11.1",
20
- "@contentful/forma-36-fcss": "^0.3.1",
21
- "@contentful/forma-36-react-components": "^3.88.3",
22
- "@contentful/forma-36-tokens": "^0.10.1",
23
- "@svgr/webpack": "^5.5.0",
24
- "babel-loader": "^8.2.2",
25
- "clean-webpack-plugin": "^3.0.0",
26
- "cloudinary": "^1.25.1",
27
- "contentful-management": "^7.17.0",
28
- "copy-webpack-plugin": "^8.1.1",
29
- "cross-env": "^7.0.3",
30
- "css-loader": "^5.2.4",
31
- "cssnano": "^5.0.1",
32
- "dotenv-webpack": "^7.0.2",
33
- "file-loader": "^6.2.0",
34
- "html-webpack-plugin": "^5.3.1",
35
- "mini-css-extract-plugin": "^1.5.0",
36
- "postcss": "8.4.14",
37
- "postcss-loader": "^5.2.0",
38
- "raw-loader": "^4.0.2",
39
- "react": "18.2.0",
40
- "react-dom": "18.2.0",
41
- "react-uid": "^2.3.1",
42
- "sass": "^1.32.11",
43
- "sass-loader": "^11.0.1",
44
- "speakingurl": "^14.0.1",
45
- "style-loader": "^2.0.0",
46
- "tailwindcss": "3.3.2",
47
- "url-loader": "^4.1.1",
48
- "webpack-cli": "^4.6.0",
49
- "webpack-dev-server": "^4.0.0-beta.2",
50
- "webpack-watch-files-plugin": "^1.2.1"
51
- },
52
- "devDependencies": {
53
- "@babel/core": "^7.20.12",
54
- "@babel/plugin-proposal-class-properties": "^7.13.0",
55
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
56
- "@babel/preset-env": "^7.13.15",
57
- "@babel/preset-react": "^7.13.13",
58
- "@contentful/app-sdk": "^3.33.0",
59
- "@contentful/field-editor-single-line": "^0.14.1",
60
- "@contentful/field-editor-test-utils": "^0.11.1",
61
- "@contentful/forma-36-fcss": "^0.3.1",
62
- "@contentful/forma-36-react-components": "^3.88.3",
63
- "@contentful/forma-36-tokens": "^0.10.1",
64
- "@svgr/webpack": "^5.5.0",
65
- "babel-loader": "^8.2.2",
66
- "clean-webpack-plugin": "^3.0.0",
67
- "cloudinary": "^1.25.1",
68
- "contentful-management": "^7.17.0",
69
- "copy-webpack-plugin": "^8.1.1",
70
- "cross-env": "^7.0.3",
71
- "css-loader": "^5.2.4",
72
- "cssnano": "^5.0.1",
73
- "dotenv-webpack": "^7.0.2",
74
- "file-loader": "^6.2.0",
75
- "html-webpack-plugin": "^5.3.1",
76
- "mini-css-extract-plugin": "^1.5.0",
77
- "postcss": "8.4.14",
78
- "postcss-loader": "^5.2.0",
79
- "raw-loader": "^4.0.2",
80
- "react": "18.2.0",
81
- "react-dom": "18.2.0",
82
- "react-uid": "^2.3.1",
83
- "sass": "^1.32.11",
84
- "sass-loader": "^11.0.1",
85
- "speakingurl": "^14.0.1",
86
- "style-loader": "^2.0.0",
87
- "tailwindcss": "3.3.2",
88
- "url-loader": "^4.1.1",
89
- "webpack-cli": "^4.6.0",
90
- "webpack-dev-server": "^4.0.0-beta.2",
91
- "webpack-watch-files-plugin": "^1.2.1"
92
- },
93
- "dependencies": {
94
- "webpack": "5.88.2"
95
- },
96
- "publishConfig": {
97
- "access": "public"
98
- },
99
- "gitHead": "08d7c49cef5ccdc3429453a99dca8c28f904e7ff"
2
+ "name": "@vonaffenfels/portal-slug-field",
3
+ "version": "1.1.3",
4
+ "scripts": {
5
+ "prepublish": "yarn run build",
6
+ "dev": "yarn run start",
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "build": "rm -rf dist && webpack --config webpack.config.js",
9
+ "start": "webpack serve --config webpack.config.dev.js"
10
+ },
11
+ "peerDependencies": {
12
+ "@babel/core": "^7.20.12",
13
+ "@babel/plugin-proposal-class-properties": "^7.13.0",
14
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
15
+ "@babel/preset-env": "^7.13.15",
16
+ "@babel/preset-react": "^7.13.13",
17
+ "@contentful/app-sdk": "^3.33.0",
18
+ "@contentful/field-editor-single-line": "^0.14.1",
19
+ "@contentful/field-editor-test-utils": "^0.11.1",
20
+ "@contentful/forma-36-fcss": "^0.3.1",
21
+ "@contentful/forma-36-react-components": "^3.88.3",
22
+ "@contentful/forma-36-tokens": "^0.10.1",
23
+ "@svgr/webpack": "^5.5.0",
24
+ "babel-loader": "^8.2.2",
25
+ "clean-webpack-plugin": "^3.0.0",
26
+ "cloudinary": "^1.25.1",
27
+ "contentful-management": "^7.17.0",
28
+ "copy-webpack-plugin": "^8.1.1",
29
+ "cross-env": "^7.0.3",
30
+ "css-loader": "^5.2.4",
31
+ "cssnano": "^5.0.1",
32
+ "dotenv-webpack": "^7.0.2",
33
+ "file-loader": "^6.2.0",
34
+ "html-webpack-plugin": "^5.3.1",
35
+ "mini-css-extract-plugin": "^1.5.0",
36
+ "postcss": "8.4.14",
37
+ "postcss-loader": "^5.2.0",
38
+ "raw-loader": "^4.0.2",
39
+ "react": "18.2.0",
40
+ "react-dom": "18.2.0",
41
+ "react-uid": "^2.3.1",
42
+ "sass": "^1.32.11",
43
+ "sass-loader": "^11.0.1",
44
+ "speakingurl": "^14.0.1",
45
+ "style-loader": "^2.0.0",
46
+ "tailwindcss": "3.3.2",
47
+ "url-loader": "^4.1.1",
48
+ "webpack-cli": "^4.6.0",
49
+ "webpack-dev-server": "^4.0.0-beta.2",
50
+ "webpack-watch-files-plugin": "^1.2.1"
51
+ },
52
+ "devDependencies": {
53
+ "@babel/core": "^7.20.12",
54
+ "@babel/plugin-proposal-class-properties": "^7.13.0",
55
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
56
+ "@babel/preset-env": "^7.13.15",
57
+ "@babel/preset-react": "^7.13.13",
58
+ "@contentful/app-sdk": "^3.33.0",
59
+ "@contentful/field-editor-single-line": "^0.14.1",
60
+ "@contentful/field-editor-test-utils": "^0.11.1",
61
+ "@contentful/forma-36-fcss": "^0.3.1",
62
+ "@contentful/forma-36-react-components": "^3.88.3",
63
+ "@contentful/forma-36-tokens": "^0.10.1",
64
+ "@svgr/webpack": "^5.5.0",
65
+ "babel-loader": "^8.2.2",
66
+ "clean-webpack-plugin": "^3.0.0",
67
+ "cloudinary": "^1.25.1",
68
+ "contentful-management": "^7.17.0",
69
+ "copy-webpack-plugin": "^8.1.1",
70
+ "cross-env": "^7.0.3",
71
+ "css-loader": "^5.2.4",
72
+ "cssnano": "^5.0.1",
73
+ "dotenv-webpack": "^7.0.2",
74
+ "file-loader": "^6.2.0",
75
+ "html-webpack-plugin": "^5.3.1",
76
+ "mini-css-extract-plugin": "^1.5.0",
77
+ "postcss": "8.4.14",
78
+ "postcss-loader": "^5.2.0",
79
+ "raw-loader": "^4.0.2",
80
+ "react": "18.2.0",
81
+ "react-dom": "18.2.0",
82
+ "react-uid": "^2.3.1",
83
+ "sass": "^1.32.11",
84
+ "sass-loader": "^11.0.1",
85
+ "speakingurl": "^14.0.1",
86
+ "style-loader": "^2.0.0",
87
+ "tailwindcss": "3.3.2",
88
+ "url-loader": "^4.1.1",
89
+ "webpack-cli": "^4.6.0",
90
+ "webpack-dev-server": "^4.0.0-beta.2",
91
+ "webpack-watch-files-plugin": "^1.2.1"
92
+ },
93
+ "dependencies": {
94
+ "webpack": "5.88.2"
95
+ },
96
+ "publishConfig": {
97
+ "access": "public"
98
+ },
99
+ "gitHead": "9bb577c35e6bd63588821abb46c9a3d4d400bda2"
100
100
  }