@modern-js/tailwindcss-generator 3.6.2 → 3.7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1469 -63733
- package/package.json +10 -12
package/package.json
CHANGED
@@ -15,29 +15,27 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "3.
|
18
|
+
"version": "3.7.0",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"main": "./dist/index.js",
|
21
21
|
"files": [
|
22
22
|
"/templates",
|
23
23
|
"/dist/index.js"
|
24
24
|
],
|
25
|
-
"dependencies": {
|
26
|
-
"@modern-js/utils": "2.60.2"
|
27
|
-
},
|
28
25
|
"devDependencies": {
|
29
|
-
"@modern-js/codesmith": "2.
|
30
|
-
"@modern-js/codesmith-
|
31
|
-
"@modern-js/codesmith-api-
|
26
|
+
"@modern-js/codesmith": "2.6.4",
|
27
|
+
"@modern-js/codesmith-utils": "2.6.4",
|
28
|
+
"@modern-js/codesmith-api-app": "2.6.4",
|
29
|
+
"@modern-js/codesmith-api-json": "2.6.4",
|
32
30
|
"@types/jest": "^29",
|
33
31
|
"@types/node": "^14",
|
34
32
|
"jest": "^29",
|
35
33
|
"typescript": "^5",
|
36
|
-
"@modern-js/dependence-generator": "3.
|
37
|
-
"@modern-js/generator-
|
38
|
-
"@modern-js/generator-
|
39
|
-
"@scripts/build": "2.60.
|
40
|
-
"@scripts/jest-config": "2.60.
|
34
|
+
"@modern-js/dependence-generator": "3.7.0",
|
35
|
+
"@modern-js/generator-utils": "3.7.0",
|
36
|
+
"@modern-js/generator-common": "3.7.0",
|
37
|
+
"@scripts/build": "2.60.4",
|
38
|
+
"@scripts/jest-config": "2.60.4"
|
41
39
|
},
|
42
40
|
"sideEffects": false,
|
43
41
|
"publishConfig": {
|