agora-app-builder-cli 1.0.12 → 1.0.13
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 +87 -87
package/package.json
CHANGED
|
@@ -1,89 +1,89 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
2
|
+
"name": "agora-app-builder-cli",
|
|
3
|
+
"version": "1.0.13",
|
|
4
|
+
"description": "",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"bin": "dist/cli.js",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=10"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"dist/cli.js"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "cross-env NODE_ENV=production webpack",
|
|
15
|
+
"start": "cross-env NODE_ENV=development webpack",
|
|
16
|
+
"pretest": "npm run build",
|
|
17
|
+
"test": "xo && ava"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"chalk": "4.1.0",
|
|
21
|
+
"check-node-version": "4.0.3",
|
|
22
|
+
"command-exists": "1.2.9",
|
|
23
|
+
"cross-spawn": "7.0.3",
|
|
24
|
+
"datauri": "3.0.0",
|
|
25
|
+
"del": "5.1.0",
|
|
26
|
+
"download": "8.0.0",
|
|
27
|
+
"gulp": "4.0.2",
|
|
28
|
+
"import-cwd": "3.0.0",
|
|
29
|
+
"ink": "3.0.8",
|
|
30
|
+
"ink-multi-select": "2.0.0",
|
|
31
|
+
"ink-select-input": "4.2.0",
|
|
32
|
+
"ink-select-input-horizontal": "4.5.1",
|
|
33
|
+
"ink-spinner": "4.0.1",
|
|
34
|
+
"cli-spinners": "2.6.0",
|
|
35
|
+
"lodash.pick": "4.4.0",
|
|
36
|
+
"meow": "9.0.0",
|
|
37
|
+
"react": "16.14.0",
|
|
38
|
+
"react-router": "5.2.0",
|
|
39
|
+
"request": "2.88.2",
|
|
40
|
+
"spinnies": "0.5.1",
|
|
41
|
+
"xmlbuilder2": "2.4.0",
|
|
42
|
+
"xmldom": "0.3.0",
|
|
43
|
+
"yargs": "16.0.3"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@ava/typescript": "^1.1.1",
|
|
47
|
+
"@babel/core": "^7.12.10",
|
|
48
|
+
"@babel/preset-env": "^7.12.11",
|
|
49
|
+
"@babel/preset-react": "^7.12.10",
|
|
50
|
+
"@babel/preset-typescript": "^7.12.7",
|
|
51
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|
|
52
|
+
"@react-native-community/eslint-config": "^1.1.0",
|
|
53
|
+
"@sindresorhus/tsconfig": "^0.8.0",
|
|
54
|
+
"@types/command-exists": "^1.2.0",
|
|
55
|
+
"@types/cross-spawn": "^6.0.2",
|
|
56
|
+
"@types/download": "^8.0.0",
|
|
57
|
+
"@types/lodash.pick": "^4.4.6",
|
|
58
|
+
"@types/react": "^17.0.0",
|
|
59
|
+
"@types/react-router": "^5.1.11",
|
|
60
|
+
"@types/request": "^2.48.5",
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
62
|
+
"@typescript-eslint/parser": "^4.32.0",
|
|
63
|
+
"ava": "^3.15.0",
|
|
64
|
+
"babel-loader": "^8.2.2",
|
|
65
|
+
"cross-env": "^7.0.3",
|
|
66
|
+
"eslint": "^7.0.0",
|
|
67
|
+
"eslint-config-prettier": "^7.2.0",
|
|
68
|
+
"eslint-plugin-prettier": "^3.1.4",
|
|
69
|
+
"eslint-plugin-react": "^7.22.0",
|
|
70
|
+
"ink-testing-library": "^2.1.0",
|
|
71
|
+
"prettier": "^2.0.4",
|
|
72
|
+
"react-refresh": "^0.9.0",
|
|
73
|
+
"typescript": "^4.1.3",
|
|
74
|
+
"webpack": "^4.44.1",
|
|
75
|
+
"webpack-cli": "^3.3.11",
|
|
76
|
+
"webpack-dev-server": "^3.11.0",
|
|
77
|
+
"webpack-node-externals": "^2.5.2"
|
|
78
|
+
},
|
|
79
|
+
"ava": {
|
|
80
|
+
"typescript": {
|
|
81
|
+
"extensions": [
|
|
82
|
+
"tsx"
|
|
83
|
+
],
|
|
84
|
+
"rewritePaths": {
|
|
85
|
+
"source/": "dist/"
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
89
|
}
|