-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.42 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
{
"name": "wujie-polyfill-repos",
"version": "1.0.0",
"description": "微前端框架的polyfill",
"main": "index.js",
"scripts": {
"dev": "pnpm --parallel --filter wujie-polyfill --filter *wujie-example dev --open",
"build": "pnpm --filter wujie-polyfill build",
"test": "jest",
"docs:dev": "pnpm --filter wujie-polyfill-docs dev",
"docs:build": "pnpm --filter wujie-polyfill-docs build",
"docs:preview": "pnpm --filter wujie-polyfill-docs preview",
"prepare": "husky install"
},
"keywords": [],
"author": "jardenliu",
"homepage": "https://wujie-polyfill.github.io/doc/",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@jardenliu/eslint-config": "^1.0.0",
"@rollup/plugin-typescript": "^9.0.2",
"@types/expect-puppeteer": "^5.0.2",
"@types/jest": "^29.2.3",
"@types/jest-environment-puppeteer": "^5.0.3",
"@types/node": "^18.11.9",
"chalk": "^5.2.0",
"husky": "^8.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-environment-node": "^29.3.1",
"jest-puppeteer": "^6.1.1",
"puppeteer": "1.12.2",
"rollup": "^3.5.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}