chayns-toolkit 2.0.0-beta.8 → 2.0.0
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/babel.js +10 -18
- package/cli.js +1 -1
- package/eslint/index.js +3 -0
- package/lib/cli.js +35 -40
- package/package.json +63 -58
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chayns-toolkit",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "A zero-config toolchain for developing chayns® apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"chayns",
|
|
@@ -44,92 +44,97 @@
|
|
|
44
44
|
"test": "jest"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@babel/core": "^7.
|
|
48
|
-
"@babel/eslint-parser": "^7.
|
|
47
|
+
"@babel/core": "^7.16.0",
|
|
48
|
+
"@babel/eslint-parser": "^7.16.3",
|
|
49
49
|
"@babel/helper-plugin-utils": "^7.14.5",
|
|
50
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
51
|
-
"@babel/plugin-
|
|
52
|
-
"@babel/
|
|
53
|
-
"@babel/
|
|
54
|
-
"@babel/preset-
|
|
55
|
-
"@babel/preset-
|
|
56
|
-
"@babel/
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"
|
|
62
|
-
"
|
|
50
|
+
"@babel/plugin-proposal-decorators": "^7.16.4",
|
|
51
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
|
|
52
|
+
"@babel/plugin-transform-classes": "^7.19.0",
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
54
|
+
"@babel/preset-env": "^7.16.4",
|
|
55
|
+
"@babel/preset-flow": "^7.16.0",
|
|
56
|
+
"@babel/preset-react": "^7.16.0",
|
|
57
|
+
"@babel/preset-typescript": "^7.16.0",
|
|
58
|
+
"@babel/runtime": "^7.16.3",
|
|
59
|
+
"@chayns-toolkit/eslint-config": "^2.0.2",
|
|
60
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
61
|
+
"@svgr/webpack": "^6.0.0",
|
|
62
|
+
"@testing-library/jest-dom": "^5.15.1",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
64
|
+
"@typescript-eslint/parser": "^5.4.0",
|
|
65
|
+
"babel-jest": "^27.3.1",
|
|
66
|
+
"babel-loader": "^8.2.3",
|
|
63
67
|
"babel-plugin-macros": "^3.1.0",
|
|
64
68
|
"babel-plugin-optimize-clsx": "^2.6.2",
|
|
65
69
|
"babel-plugin-transform-imports": "^2.0.0",
|
|
66
70
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
67
|
-
"clean-webpack-plugin": "^
|
|
68
|
-
"core-js": "^3.
|
|
69
|
-
"css-loader": "^6.
|
|
70
|
-
"cssnano": "^
|
|
71
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
72
|
+
"core-js": "^3.19.1",
|
|
73
|
+
"css-loader": "^6.5.1",
|
|
74
|
+
"cssnano": "^5.0.12",
|
|
71
75
|
"dotenv-webpack": "^7.0.3",
|
|
72
|
-
"eslint": "^
|
|
73
|
-
"eslint-config-airbnb": "^
|
|
74
|
-
"eslint-config-airbnb-typescript": "^
|
|
76
|
+
"eslint": "^8.3.0",
|
|
77
|
+
"eslint-config-airbnb": "^19.0.1",
|
|
78
|
+
"eslint-config-airbnb-typescript": "^16.0.0",
|
|
75
79
|
"eslint-config-prettier": "^8.3.0",
|
|
76
80
|
"eslint-formatter-pretty": "^4.1.0",
|
|
77
|
-
"eslint-import-resolver-typescript": "^2.
|
|
78
|
-
"eslint-plugin-import": "^2.
|
|
79
|
-
"eslint-plugin-jest": "^
|
|
80
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
81
|
-
"eslint-plugin-react": "^7.
|
|
82
|
-
"eslint-plugin-react-hooks": "^4.
|
|
81
|
+
"eslint-import-resolver-typescript": "^2.5.0",
|
|
82
|
+
"eslint-plugin-import": "^2.25.3",
|
|
83
|
+
"eslint-plugin-jest": "^25.3.0",
|
|
84
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
85
|
+
"eslint-plugin-react": "^7.27.1",
|
|
86
|
+
"eslint-plugin-react-hooks": "^4.3.0",
|
|
83
87
|
"html-webpack-plugin": "^5.5.0",
|
|
84
|
-
"jest": "^27.
|
|
85
|
-
"mini-css-extract-plugin": "^2.
|
|
86
|
-
"postcss": "^
|
|
87
|
-
"postcss-flexbugs-fixes": "^
|
|
88
|
-
"postcss-loader": "^
|
|
89
|
-
"postcss-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"sass
|
|
88
|
+
"jest": "^27.3.1",
|
|
89
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
90
|
+
"postcss": "^8.4.4",
|
|
91
|
+
"postcss-flexbugs-fixes": "^5.0.2",
|
|
92
|
+
"postcss-loader": "^6.2.1",
|
|
93
|
+
"postcss-prefix-selector": "^1.14.0",
|
|
94
|
+
"postcss-preset-env": "^7.0.1",
|
|
95
|
+
"react-refresh": "^0.11.0",
|
|
96
|
+
"sass": "^1.43.5",
|
|
97
|
+
"sass-loader": "^12.3.0",
|
|
93
98
|
"source-map-loader": "^3.0.0",
|
|
94
|
-
"style-loader": "^3.
|
|
99
|
+
"style-loader": "^3.3.1",
|
|
95
100
|
"tcp-port-used": "^1.0.2",
|
|
96
|
-
"tsconfig-paths-webpack-plugin": "^3.5.
|
|
97
|
-
"webpack": "^5.64.
|
|
101
|
+
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
102
|
+
"webpack": "^5.64.4",
|
|
98
103
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
99
|
-
"webpack-dev-server": "^4.
|
|
104
|
+
"webpack-dev-server": "^4.6.0"
|
|
100
105
|
},
|
|
101
106
|
"devDependencies": {
|
|
102
107
|
"@types/cli-table": "^0.3.0",
|
|
103
108
|
"@types/cssnano": "^4.0.1",
|
|
104
109
|
"@types/dotenv-webpack": "^7.0.3",
|
|
105
|
-
"@types/eslint": "^
|
|
106
|
-
"@types/mini-css-extract-plugin": "^2.0
|
|
110
|
+
"@types/eslint": "^8.2.0",
|
|
111
|
+
"@types/mini-css-extract-plugin": "^2.4.0",
|
|
107
112
|
"@types/mock-fs": "^4.13.1",
|
|
108
|
-
"@types/node": "^16.
|
|
113
|
+
"@types/node": "^16.11.10",
|
|
109
114
|
"@types/postcss-flexbugs-fixes": "^4.2.1",
|
|
110
115
|
"@types/postcss-preset-env": "^6.7.3",
|
|
111
|
-
"@types/semver": "^7.3.
|
|
116
|
+
"@types/semver": "^7.3.9",
|
|
112
117
|
"@types/tcp-port-used": "^1.0.0",
|
|
113
118
|
"@types/webpack-bundle-analyzer": "^4.4.1",
|
|
114
119
|
"@types/webpack-dev-server": "^4.5.0",
|
|
115
|
-
"chalk": "^4.1.
|
|
116
|
-
"cli-table": "^0.3.
|
|
117
|
-
"commander": "^8.
|
|
120
|
+
"chalk": "^4.1.2",
|
|
121
|
+
"cli-table": "^0.3.9",
|
|
122
|
+
"commander": "^8.3.0",
|
|
118
123
|
"cross-env": "^7.0.3",
|
|
119
|
-
"esbuild": "^0.
|
|
124
|
+
"esbuild": "^0.14.0",
|
|
120
125
|
"fast-glob": "^3.2.7",
|
|
121
126
|
"fs-extra": "^10.0.0",
|
|
122
|
-
"husky": "^7.0.
|
|
123
|
-
"mock-fs": "^5.
|
|
127
|
+
"husky": "^7.0.4",
|
|
128
|
+
"mock-fs": "^5.1.2",
|
|
124
129
|
"param-case": "^3.0.4",
|
|
125
|
-
"prettier": "^2.
|
|
126
|
-
"prettier-plugin-packagejson": "^2.2.
|
|
127
|
-
"pretty-quick": "^3.1.
|
|
130
|
+
"prettier": "^2.5.0",
|
|
131
|
+
"prettier-plugin-packagejson": "^2.2.15",
|
|
132
|
+
"pretty-quick": "^3.1.2",
|
|
128
133
|
"semver": "^7.3.5",
|
|
129
134
|
"shx": "^0.3.3",
|
|
130
|
-
"type-fest": "^
|
|
131
|
-
"typescript": "^4.
|
|
132
|
-
"yup": "^0.32.
|
|
135
|
+
"type-fest": "^2.6.0",
|
|
136
|
+
"typescript": "^4.5.2",
|
|
137
|
+
"yup": "^0.32.11"
|
|
133
138
|
},
|
|
134
139
|
"engines": {
|
|
135
140
|
"node": ">=12.10.0"
|