@modern-js/tailwindcss-generator 2.4.8 → 3.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +45695 -49991
- package/package.json +10 -35
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "
|
14
|
+
"version": "3.0.0-beta.0",
|
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": "
|
26
|
-
"@modern-js/generator-common": "
|
27
|
-
"@modern-js/generator-utils": "
|
28
|
-
"@scripts/build": "
|
29
|
-
"@scripts/jest-config": "
|
23
|
+
"@modern-js/codesmith": "2.0.0",
|
24
|
+
"@modern-js/codesmith-api-app": "2.0.0",
|
25
|
+
"@modern-js/dependence-generator": "3.0.0-beta.0",
|
26
|
+
"@modern-js/generator-common": "3.0.0-beta.0",
|
27
|
+
"@modern-js/generator-utils": "3.0.0-beta.0",
|
28
|
+
"@scripts/build": "2.0.0-beta.0",
|
29
|
+
"@scripts/jest-config": "2.0.0-beta.0",
|
30
30
|
"@types/jest": "^27",
|
31
31
|
"@types/node": "^14",
|
32
32
|
"jest": "^27",
|
@@ -44,34 +44,9 @@
|
|
44
44
|
"access": "public"
|
45
45
|
},
|
46
46
|
"types": "./src/index.ts",
|
47
|
-
"wireit": {
|
48
|
-
"build": {
|
49
|
-
"command": "modern build",
|
50
|
-
"files": [
|
51
|
-
"src/**/*",
|
52
|
-
"tsconfig.json",
|
53
|
-
"package.json",
|
54
|
-
"modern.config.js"
|
55
|
-
],
|
56
|
-
"output": [
|
57
|
-
"dist/**/*",
|
58
|
-
"!dist/node/main.js"
|
59
|
-
]
|
60
|
-
},
|
61
|
-
"test": {
|
62
|
-
"command": "jest --passWithNoTests",
|
63
|
-
"files": [
|
64
|
-
"src/**/*",
|
65
|
-
"tsconfig.json",
|
66
|
-
"package.json",
|
67
|
-
"tests/**/*"
|
68
|
-
],
|
69
|
-
"output": []
|
70
|
-
}
|
71
|
-
},
|
72
47
|
"scripts": {
|
73
48
|
"new": "modern new",
|
74
|
-
"build": "
|
75
|
-
"test": "
|
49
|
+
"build": "modern build",
|
50
|
+
"test": "jest --passWithNoTests"
|
76
51
|
}
|
77
52
|
}
|