-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "lingjie",
"version": "1.0.2",
"homepage": "https://lingjie-js.github.io/lingjie/dist/page/docs/index.html",
"author": "https://github.com/Lucifier129",
"files": [
"dist",
"src"
],
"scripts": {
"build": "npm run build:shell && npm run build:page",
"build:page": "vite build --config ./vite.config.page.ts",
"build:shell": "vite build --config ./vite.config.shell.ts",
"build:docs": "cd ./docs && npm run build",
"test": "npx playwright test",
"test:chromium": "npx playwright test --project=chromium",
"test:firefox": "npx playwright test --project=firefox",
"test:webkit": "npx playwright test --project=webkit"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lingjie-js/lingjie.git"
},
"keywords": [
"micro frontend",
"micro frontends",
"microfrontend",
"microfrontends",
"micro-frontend",
"micro-frontends",
"iframe",
"webview",
"MPA"
],
"dependencies": {
"rsup-progress": "^3.0.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@playwright/test": "^1.25.0-alpha-jul-21-2022",
"typescript": "^4.2.2",
"vite": "^2.0.1"
}
}