-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1021 Bytes
/
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
{
"name": "qubix",
"version": "1.0.0",
"description": "Tool to generate Micro-Frontends with create-react-app",
"license": "0BSD",
"author": {
"name": "Piyush Lodaya",
"email": "[email protected]"
},
"main": "dist/qubix.js",
"module": "dist/qubix.esm.js",
"source": "src/browser/index.js",
"bin": {
"qubix": "bin/qubix.js"
},
"scripts": {
"build": "microbundle build --no-compress"
},
"dependencies": {
"@sindresorhus/slugify": "^1.1.0",
"commander": "^7.2.0",
"dynamic-entry-webpack-plugin": "^2.0.2",
"esm": "^3.2.25",
"microbundle": "^0.13.0",
"mock-require": "^3.0.3",
"react-app-rewired": "^2.1.8",
"relative": "^3.0.2",
"tapable": "^2.2.0",
"upath": "^2.0.1",
"webpack-require-from": "^1.8.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-scripts": ">=3.3.0",
"styled-components": "^4.4.1"
}
}