forked from americanexpress/one-app-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.32 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
{
"name": "@americanexpress/one-app-bundler",
"version": "6.15.0",
"description": "A command line interface(CLI) tool for bundling One App and its modules.",
"main": "index.js",
"bin": {
"serve-module": "bin/serve-module.js",
"drop-module": "bin/drop-module.js",
"bundle-one-app": "bin/bundle-one-app.js",
"bundle-module": "bin/bundle-module.js"
},
"repository": {
"url": "https://github.com/americanexpress/one-app-cli.git",
"directory": "packages/one-app-bundler"
},
"homepage": "https://github.com/americanexpress/one-app-cli",
"bugs": {
"url": "https://github.com/americanexpress/one-app-cli/issues"
},
"keywords": [
"one",
"amex",
"bundler",
"react",
"webpack"
],
"contributors": [
"Andres Escobar <Andres.Escobar@aexp.com> (https://github.com/anescobar1991)",
"James Singleton <James.Singleton1@aexp.com> (https://github.com/JamesSingleton)",
"Jimmy King <Jimmy.King@aexp.com> (https://github.com/10xLaCroixDrinker)",
"Jonathan Adshead <Jonathan.Adshead@aexp.com> (https://github.com/JAdshead)",
"Michael Tobia <Michael.M.Tobia@aexp.com> (https://github.com/Francois-Esquire)",
"Michael Tomcal <Michael.A.Tomcal@aexp.com> (https://github.com/mtomcal)",
"Stephanie Coates <Stephanie.Coates1@aexp.com> (https://github.com/stephaniecoates)",
"Nelly Kiboi <Nelly.J.Kiboi@aexp.com> (https://github.com/nellyk)",
"Nickolas Oliver <nickolas.oliver@aexp.com> (https://github.com/PixnBits)",
"Ruben Casas <ruben@infoxication.net> (https://github.com/infoxicator)"
],
"license": "Apache-2.0",
"dependencies": {
"@americanexpress/eslint-plugin-one-app": "^6.12.0",
"@americanexpress/one-app-locale-bundler": "^6.5.2",
"@americanexpress/purgecss-loader": "^2.0.0",
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"ajv": "^6.7.0",
"babel-loader": "^8.0.6",
"babel-preset-amex": "^3.2.0",
"chalk": "^2.4.2",
"core-js-compat": "^3.4.2",
"css-loader": "3.4.2",
"enhanced-resolve": "^4.1.0",
"eslint-loader": "^4.0.2",
"expose-loader": "^0.7.5",
"file-loader": "^6.0.0",
"folder-hash": "^3.3.0",
"glob": "^7.1.3",
"holocron-module-register-webpack-plugin": "^1.2.3",
"html-webpack-plugin": "^3.2.0",
"joi": "^17.1.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.20",
"mkdirp": "^0.5.1",
"read-pkg-up": "^7.0.1",
"rimraf": "^3.0.2",
"sass": "^1.22.12",
"sass-loader": "^9.0.2",
"source-map": "^0.7.3",
"ssri": "^7.1.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^4.2.3",
"url-loader": "^4.1.0",
"webpack": "^4.29.0",
"webpack-custom-chunk-id-plugin": "^1.0.3",
"webpack-dynamic-public-path": "^1.0.4",
"webpack-merge": "^4.2.1",
"webpack-subresource-integrity": "^1.3.4",
"yargs": "^16.2.0"
},
"devDependencies": {
"@americanexpress/one-app-ducks": "*",
"@americanexpress/one-app-router": "*",
"core-js": "^3.2.1",
"create-shared-react-context": "*",
"holocron": "*",
"holocron-module-route": "*",
"immutable": "*",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-helmet": "*",
"react-immutable-proptypes": "*",
"react-redux": "*",
"redux": "*",
"regenerator-runtime": "^0.13.3",
"reselect": "*"
},
"publishConfig": {
"access": "public"
}
}