This repository was archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "@creditas-lib/microfrontend-webpack-config",
"version": "1.5.2",
"description": "Some defaults for webpack configs at Creditas",
"license": "MIT",
"main": "src/main.js",
"repository": "git@github.com:Creditas/microfrontend-webpack-config.git",
"author": "Guilherme Gregio <guilherme.gregio@creditas.com.br>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"microfrontends",
"webpack",
"single-spa",
"react"
],
"peerDependencies": {
"@babel/plugin-transform-runtime": ">=7",
"@babel/runtime": ">=7"
},
"dependencies": {
"@babel/core": "^7.5.5",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"dotenv": "^7.0.0",
"dotenv-webpack": "^1.7.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^4.0.0-alpha.7",
"kremling-loader": "^1.0.2",
"postcss-loader": "^3.0.0",
"ramda": "^0.27.0",
"react-dev-utils": "^9.0.0",
"style-loader": "^0.23.1",
"unused-files-webpack-plugin": "^3.4.0",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-merge": "^4.2.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}