This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
152 lines (152 loc) · 4.9 KB
/
package.json
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "cdk-web",
"version": "4.2.0",
"homepage": "",
"description": "AWS CDK compiled for web (and Node!)",
"types": "./index.d.ts",
"main": "./dist/cdk-web.js",
"keywords": [
"iac",
"cdk",
"aws",
"aws-cdk",
"webpack",
"cloudformation"
],
"scripts": {
"postinstall": "patch-package",
"test": "npm-run-all test:*",
"test:browser": "mocha",
"test:node": "CDK_WEB_DEBUG=1 mocha",
"coverage": "CDK_WEB_DEBUG=1 npm-run-all build:bundle coverage:*",
"coverage:build": "nyc npm run test:node",
"coverage:clean": "npm run clean -- -e coverage",
"lint": "eslint dist/cdk-web.js",
"build": "npm-run-all build:* lint",
"clean": "shx rm -rf types && git clean -xdf -e node_modules",
"build:bundle": "webpack --config cdk-web.webpack.config.js",
"build:verify": "tsc --noEmit index.d.ts",
"build:compress": "google-closure-compiler --js=dist/cdk-web.js --js_output_file=dist/cdk-web.min.js --create_source_map=dist/cdk-web.js.map --source_map_include_content --warning_level=QUIET",
"build:postprocess": "npm-run-all build:postprocess:*",
"build:postprocess:rm": "shx rm dist/cdk-web.js",
"build:postprocess:mv": "shx mv dist/cdk-web.min.js dist/cdk-web.js",
"build:postprocess:cp": "shx cp dist/cdk-web.js public/cdk-web.js",
"build:postprocess:echo": "shx echo '//# sourceMappingURL=cdk-web.js.map' >> dist/cdk-web.js",
"build:docs": "jsdoc2md --separators webpack/modules/cli.js > docs/cli.md",
"build:destroy": "npm install --force npm i --force [email protected] webpack-cli@~3 [email protected]",
"build:playground": "react-scripts build",
"build:swap": "npm-run-all util:rename util:replace",
"util:rename": "shx mv ./build/cdk-web.js ./build/cdk-web-$(npm run -s util:version).js",
"util:replace": "shx sed -i s/cdk-web.js/cdk-web-$(npm run -s util:version).js/g $(shx find ./build/static/js/main.*.js) | shusher",
"util:version": "node scripts/get-source-hash.js",
"dev:playground": "CHOKIDAR_USEPOLLING=true react-scripts start",
"dev:framework": "CDK_WEB_DEBUG=1 webpack-dev-server --config cdk-web.webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3p3r/cdk-web.git"
},
"author": "Sepehr Laal",
"license": "MIT",
"bugs": {
"url": "https://github.com/3p3r/cdk-web/issues"
},
"devDependencies": {
"@aws-cdk/cloud-assembly-schema": "^2.35.0",
"@aws-cdk/cloudformation-diff": "^2.35.0",
"@aws-cdk/cx-api": "^2.35.0",
"@forevolve/bootstrap-dark": "^2.1.0",
"@monaco-editor/react": "^4.3.1",
"@types/estree": "^0.0.51",
"aws-cdk": "^2.35.0",
"aws-cdk-lib": "^2.35.0",
"aws-sdk": "^2.1189.0",
"babel-plugin-istanbul": "^6.1.1",
"bootstrap": "^5.1.3",
"browser-process-hrtime": "^1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cdk-assets": "^2.35.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"choma": "^1.2.1",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"constructs": "^10.1.67",
"crypto-browserify": "^3.12.0",
"debug": "^4.3.4",
"deep-equal-in-any-order": "^1.1.18",
"esbuild-wasm": "0.14.39",
"eslint-plugin-es": "^4.1.0",
"eventemitter2": "^6.4.7",
"express": "^4.18.1",
"fast-deep-equal": "^3.1.3",
"github-fork-ribbon-css": "^0.2.3",
"google-closure-compiler": "^20220719.0.0",
"html-loader": "^3.1.0",
"ignore": "^5.2.0",
"jsdoc-to-markdown": "^7.1.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"memfs": "^3.4.7",
"mocha": "^10.0.0",
"npm-dts": "^1.3.12",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"os-browserify": "^0.3.0",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"precinct": "^9.0.1",
"process": "^0.11.10",
"puppeteer": "^18.0.5",
"react": "~16",
"react-bootstrap": "^2.1.2",
"react-dom": "~16",
"react-error-overlay": "6.0.9",
"react-iframe": "^1.8.0",
"react-loader-spinner": "^5.1.2",
"react-resize-detector": "^7.0.0",
"react-scripts": "~4",
"shusher": "^0.1.1",
"shx": "^0.3.4",
"stream-browserify": "^3.0.0",
"string-hash": "^1.1.3",
"strip-indent": "^4.0.0",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4",
"webpack-cli": "~4",
"webpack-dev-server": "~4",
"webpack-sources": "^3.2.3"
},
"nyc": {
"reporter": [
"html",
"text-summary"
],
"include": [
"webpack/modules/*.js",
"webpack/modules/**/*.js"
],
"all": true,
"clean": true,
"cache": false,
"instrument": false,
"checkCoverage": true,
"statements": 70,
"functions": 70,
"branches": 70,
"lines": 70
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}