@modern-js/create 1.5.0 → 1.16.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/dist/index.js +75759 -0
- package/package.json +14 -28
- package/dist/js/node/main.js +0 -43798
package/package.json
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.16.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
|
-
"main": "./dist/
|
|
17
|
+
"main": "./dist/index.js",
|
|
18
18
|
"module": "./dist/js/treeshaking/index.js",
|
|
19
19
|
"jsnext:modern": "./dist/js/modern/index.js",
|
|
20
20
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"/bin",
|
|
25
|
-
"/dist/
|
|
25
|
+
"/dist/index.js"
|
|
26
26
|
],
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
@@ -36,21 +36,18 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/runtime": "^7.18.0",
|
|
39
|
-
"@modern-js/codesmith": "^1.
|
|
40
|
-
"@modern-js/
|
|
41
|
-
"@
|
|
42
|
-
"@modern-js/generator
|
|
43
|
-
"@modern-js/
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
39
|
+
"@modern-js/codesmith": "^1.5.0",
|
|
40
|
+
"@modern-js/generator-plugin-plugin": "2.3.0",
|
|
41
|
+
"@modern-js/plugin-i18n": "1.16.0",
|
|
42
|
+
"@modern-js/repo-generator": "2.3.0",
|
|
43
|
+
"@modern-js/utils": "1.16.0",
|
|
44
|
+
"@scripts/build": "1.15.0",
|
|
45
|
+
"@scripts/jest-config": "1.15.0",
|
|
46
46
|
"@types/jest": "^27",
|
|
47
47
|
"@types/node": "^14",
|
|
48
|
-
"@types/react": "^17",
|
|
49
|
-
"@types/react-dom": "^17",
|
|
50
|
-
"ts-node": "^10.1.0",
|
|
51
|
-
"typescript": "^4",
|
|
52
48
|
"jest": "^27",
|
|
53
|
-
"
|
|
49
|
+
"ts-node": "^10.1.0",
|
|
50
|
+
"typescript": "^4"
|
|
54
51
|
},
|
|
55
52
|
"modernConfig": {
|
|
56
53
|
"output": {
|
|
@@ -69,24 +66,14 @@
|
|
|
69
66
|
"files": [
|
|
70
67
|
"src/**/*",
|
|
71
68
|
"tsconfig.json",
|
|
72
|
-
"package.json"
|
|
69
|
+
"package.json",
|
|
70
|
+
"modern.config.js"
|
|
73
71
|
],
|
|
74
72
|
"output": [
|
|
75
73
|
"dist/**/*",
|
|
76
74
|
"!dist/node/main.js"
|
|
77
75
|
]
|
|
78
76
|
},
|
|
79
|
-
"build:csmith": {
|
|
80
|
-
"command": "csmith-tools build",
|
|
81
|
-
"files": [
|
|
82
|
-
"src/**/*",
|
|
83
|
-
"tsconfig.json",
|
|
84
|
-
"package.json"
|
|
85
|
-
],
|
|
86
|
-
"output": [
|
|
87
|
-
"dist/node/main.js"
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
77
|
"test": {
|
|
91
78
|
"command": "jest --passWithNoTests",
|
|
92
79
|
"files": [
|
|
@@ -101,7 +88,6 @@
|
|
|
101
88
|
"scripts": {
|
|
102
89
|
"new": "modern new",
|
|
103
90
|
"build": "wireit",
|
|
104
|
-
"build:csmith": "wireit",
|
|
105
91
|
"test": "wireit"
|
|
106
92
|
},
|
|
107
93
|
"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"
|