@modern-js/tailwindcss-generator 2.3.4 → 2.4.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/dist/index.js +22798 -9851
- package/package.json +9 -10
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.3
|
14
|
+
"version": "2.4.3",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"main": "./dist/index.js",
|
17
17
|
"files": [
|
@@ -20,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"devDependencies": {
|
22
22
|
"@babel/runtime": "^7.18.0",
|
23
|
-
"@modern-js/codesmith": "
|
24
|
-
"@modern-js/codesmith-api-app": "
|
25
|
-
"@modern-js/dependence-generator": "2.3
|
26
|
-
"@modern-js/generator-common": "2.3
|
27
|
-
"@modern-js/generator-utils": "2.3
|
28
|
-
"@scripts/build": "1.
|
29
|
-
"@scripts/jest-config": "1.
|
23
|
+
"@modern-js/codesmith": "1.6.1",
|
24
|
+
"@modern-js/codesmith-api-app": "1.6.1",
|
25
|
+
"@modern-js/dependence-generator": "2.4.3",
|
26
|
+
"@modern-js/generator-common": "2.4.3",
|
27
|
+
"@modern-js/generator-utils": "2.4.3",
|
28
|
+
"@scripts/build": "1.20.0",
|
29
|
+
"@scripts/jest-config": "1.20.0",
|
30
30
|
"@types/jest": "^27",
|
31
31
|
"@types/node": "^14",
|
32
32
|
"jest": "^27",
|
@@ -73,6 +73,5 @@
|
|
73
73
|
"new": "modern new",
|
74
74
|
"build": "wireit",
|
75
75
|
"test": "wireit"
|
76
|
-
}
|
77
|
-
"readme": "\n<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
|
76
|
+
}
|
78
77
|
}
|