-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 3.42 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 3.42 KB
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
{
"name": "@deployment/javascriptTranspilation",
"main": "./entrypoint/programmaticAPI",
"version": "2.4.12",
"scripts": {
"postinstall": "cd $INIT_CWD/node_modules/@deployment && ln -s ../../ javascriptTranspilation || true # preinstall the module directory to its own node_modules dependencies.",
"build": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildSourceCode.moduleProject({}, {compile:[/**'./test'*/]})\"",
"buildAndRelease": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildAndRelease.moduleProject({})\""
},
"dependencies": {
"@babel/babel-plugin-functionSentProxyImplementation": "https://github.com/AppScriptIO/babel-plugin-functionSentProxyImplementation#semver:^1.x.x",
"@babel/cli": "*",
"@babel/core": "*",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-class-properties": "*",
"@babel/plugin-proposal-decorators": "*",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "*",
"@babel/plugin-proposal-function-sent": "*",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-decorators": "*",
"@babel/plugin-syntax-dynamic-import": "*",
"@babel/plugin-syntax-function-bind": "^7.2.0",
"@babel/plugin-syntax-function-sent": "^7.2.0",
"@babel/plugin-syntax-import-meta": "*",
"@babel/plugin-syntax-logical-assignment-operators": "^7.2.0",
"@babel/plugin-syntax-numeric-separator": "^7.8.3",
"@babel/plugin-syntax-typescript": "^7.3.3",
"@babel/plugin-transform-modules-commonjs": "*",
"@babel/plugin-transform-runtime": "*",
"@babel/plugin-transform-typescript": "^7.3.2",
"@babel/preset-env": "*",
"@babel/register": "*",
"@babel/runtime": "*",
"@dependency/handleFilesystemOperation": "https://github.com/AppScriptIO/handleFilesystemOperation#semver:^2.x.x",
"@dependency/handleJSNativeDataStructure": "https://github.com/AppScriptIO/handleJSNativeDataStructure#semver:^2.x.x",
"@dependency/handleModuleSystem": "https://github.com/AppScriptIO/handleModuleSystem#semver:^2.x.x",
"@deployment/configurationManagement": "https://github.com/AppScriptIO/configurationManagement#semver:^2.x.x",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-core": "^7.0.0-bridge",
"babel-minify": "*",
"babel-plugin-dynamic-import-node": "*",
"babel-plugin-macros": "*",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-parameter-decorator": "^1.0.7",
"babel-plugin-transform-commonjs-es2015-modules": "*",
"babel-plugin-transform-custom-element-classes": "*",
"babel-preset-minify": "*",
"clone-deep": "^4.0.1",
"pirates": "^4.0.1",
"resolve": "^1.15.1"
},
"devDependencies": {
"@deployment/deploymentScript": "https://github.com/AppScriptIO/deploymentScript#semver:^2.x.x",
"@deployment/javascriptStaticAnalysis": "https://github.com/AppScriptIO/javascriptStaticAnalysis#semver:^2.x.x",
"@deployment/scriptManager": "https://github.com/AppScriptIO/scriptManager#semver:^2.x.x",
"typescript": "^3.3.3333"
}
}