@wavemaker/rn-codegen 11.13.0-rc.6255 → 11.14.0-rc.232

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/package.json CHANGED
@@ -1,78 +1,79 @@
1
1
  {
2
- "name": "@wavemaker/rn-codegen",
3
- "version": "11.13.0-rc.6255",
4
- "description": "",
5
- "main": "index.js",
6
- "bin": {
7
- "wm-rn-codegen": "./index.js"
8
- },
9
- "scripts": {
10
- "build": "node scripts/build.js build",
11
- "transpile": "node ./build/index.js",
12
- "test": "jest build/test",
13
- "watch": "npm-watch build",
14
- "publish-patch": "node scripts/npm-publish.js publish",
15
- "postinstall": "node ./scripts/post-build.js"
16
- },
17
- "author": "",
18
- "license": "ISC",
19
- "dependencies": {
20
- "@angular/compiler": "12.2.1",
21
- "@babel/generator": "7.13.9",
22
- "@babel/parser": "7.13.11",
23
- "@babel/traverse": "7.23.2",
24
- "@types/lodash": "4.14.191",
25
- "@types/node": "18.11.10",
26
- "@types/prettier": "2.7.1",
27
- "@types/yargs": "17.0.15",
28
- "adm-zip": "0.5.9",
29
- "axios": "1.8.3",
30
- "clean-css": "5.1.5",
31
- "color": "4.2.3",
32
- "css-to-react-native-transform": "1.9.0",
33
- "css-tree": "2.1.0",
34
- "execa": "5.0.0",
35
- "fs-extra": "9.1.0",
36
- "handlebars": "4.7.7",
37
- "html-entities": "2.3.2",
38
- "less": "4.1.1",
39
- "lodash": "4.17.21",
40
- "node-html-parser": "5.0.0",
41
- "prettier": "2.3.0",
42
- "puppeteer": "5.4.0",
43
- "rimraf": "3.0.2",
44
- "yargs": "16.2.0"
45
- },
46
- "devDependencies": {
47
- "@types/adm-zip": "0.5.0",
48
- "@types/babel__generator": "7.6.4",
49
- "@types/babel__parser": "7.1.1",
50
- "@types/babel__traverse": "7.18.3",
51
- "@types/clean-css": "4.2.6",
52
- "@types/color": "3.0.3",
53
- "@types/css-tree": "2.0.0",
54
- "@types/fs-extra": "9.0.13",
55
- "@types/jest": "29.2.3",
56
- "@types/less": "3.0.3",
57
- "@types/puppeteer": "5.4.7",
58
- "@types/rimraf": "3.0.2",
59
- "@types/semver": "7.3.13",
60
- "jest": "29.3.1",
61
- "semver": "7.5.0",
62
- "ts-jest": "29.0.3",
63
- "typescript": "4.9.3"
64
- },
65
- "watch": {
66
- "build": {
67
- "patterns": [
68
- "src"
69
- ],
70
- "extensions": "*",
71
- "ignore": "src/templates/project/wavepulse/rn2css.json",
72
- "quiet": true,
73
- "legacyWatch": true,
74
- "delay": 2500,
75
- "runOnChangeOnly": true
2
+ "name": "@wavemaker/rn-codegen",
3
+ "version": "11.14.0-rc.232",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "wm-rn-codegen": "./index.js"
8
+ },
9
+ "scripts": {
10
+ "build": "node scripts/build.js build",
11
+ "transpile": "node ./build/index.js",
12
+ "test": "jest build/test",
13
+ "watch": "npm-watch build",
14
+ "publish-patch": "node scripts/npm-publish.js publish",
15
+ "postinstall": "node ./scripts/post-build.js"
16
+ },
17
+ "author": "",
18
+ "license": "ISC",
19
+ "dependencies": {
20
+ "@angular/compiler": "12.2.1",
21
+ "@babel/generator": "7.13.9",
22
+ "@babel/parser": "7.13.11",
23
+ "@babel/traverse": "7.23.2",
24
+ "@types/lodash": "4.14.191",
25
+ "@types/node": "18.11.10",
26
+ "@types/prettier": "2.7.1",
27
+ "@types/yargs": "17.0.15",
28
+ "adm-zip": "0.5.9",
29
+ "axios": "1.8.3",
30
+ "clean-css": "5.1.5",
31
+ "color": "4.2.3",
32
+ "css-to-react-native-transform": "1.9.0",
33
+ "css-tree": "2.1.0",
34
+ "execa": "5.0.0",
35
+ "fs-extra": "9.1.0",
36
+ "handlebars": "4.7.7",
37
+ "html-entities": "2.3.2",
38
+ "less": "4.1.1",
39
+ "lodash": "4.17.21",
40
+ "node-html-parser": "5.0.0",
41
+ "prettier": "2.3.0",
42
+ "puppeteer": "5.4.0",
43
+ "rimraf": "3.0.2",
44
+ "yargs": "16.2.0",
45
+ "@wavemaker/foundation-css": "11.14.0-rc.232"
46
+ },
47
+ "devDependencies": {
48
+ "@types/adm-zip": "0.5.0",
49
+ "@types/babel__generator": "7.6.4",
50
+ "@types/babel__parser": "7.1.1",
51
+ "@types/babel__traverse": "7.18.3",
52
+ "@types/clean-css": "4.2.6",
53
+ "@types/color": "3.0.3",
54
+ "@types/css-tree": "2.0.0",
55
+ "@types/fs-extra": "9.0.13",
56
+ "@types/jest": "29.2.3",
57
+ "@types/less": "3.0.3",
58
+ "@types/puppeteer": "5.4.7",
59
+ "@types/rimraf": "3.0.2",
60
+ "@types/semver": "7.3.13",
61
+ "jest": "29.3.1",
62
+ "semver": "7.5.0",
63
+ "ts-jest": "29.0.3",
64
+ "typescript": "4.9.3"
65
+ },
66
+ "watch": {
67
+ "build": {
68
+ "patterns": [
69
+ "src"
70
+ ],
71
+ "extensions": "*",
72
+ "ignore": "src/templates/project/wavepulse/rn2css.json",
73
+ "quiet": true,
74
+ "legacyWatch": true,
75
+ "delay": 2500,
76
+ "runOnChangeOnly": true
77
+ }
76
78
  }
77
- }
78
- }
79
+ }