-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "@ambit_tsai/m-app",
"version": "1.0.0-beta.10",
"description": "A micro app container component, it's as easy as iframe, and beyond the limitation of iframe",
"author": "Ambit Tsai <ambit_tsai@qq.com>",
"license": "Apache-2.0",
"main": "./dist/m-app.js",
"module": "./dist/m-app.mjs",
"scripts": {
"build:prod": "node ./scripts/build-prod",
"build:docs": "node ./scripts/build-docs"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"husky": "^6.0.0",
"rollup": "^2.47.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambit-tsai/m-app.git"
},
"homepage": "https://github.com/ambit-tsai/m-app#readme",
"bugs": {
"url": "https://github.com/ambit-tsai/m-app/issues"
},
"keywords": [
"app",
"frontend",
"frontends",
"m-app",
"mfe",
"micro",
"micro-app",
"micro-frontend",
"micro-frontends"
]
}