-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.68 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
48
49
50
51
52
53
54
{
"author": "zCloak",
"bugs": "https://github.com/zCloak-Network/common-ts/issues",
"homepage": "https://github.com/zCloak-Network/common-ts#readme",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/zCloak-Network/common-ts.git"
},
"sideEffects": false,
"type": "commonjs",
"version": "0.8.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "zcloak-dev-build-ts",
"build:release": "zcloak-ci-ghact-build",
"changeset": "zcloak-exec-changeset",
"clean": "zcloak-dev-clean-build",
"lint": "yarn lint:ts && yarn lint:dependencies",
"lint:dependencies": "zcloak-dev-lint-dependencies --fix",
"lint:ts": "zcloak-dev-run-lint",
"postinstall": "zcloak-dev-yarn-only",
"start": "cd packages/example && yarn webpack serve --config webpack.serve.cjs --port 3000",
"test": "zcloak-dev-run-test --coverage --forceExit --runInBand --testPathIgnorePatterns e2e",
"test:one": "zcloak-dev-run-test --runInBand",
"test:watch": "zcloak-dev-run-test --watch"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.20.1",
"@types/jest": "^29.2.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@zcloak/dev": "^0.26.0",
"concurrently": "^7.6.0",
"devtron": "^1.4.0",
"humps": "^2.0.1",
"node-html-parser": "^6.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"source-map-explorer": "^2.5.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
},
"resolutions": {
"typescript": "^5.0.1-rc"
}
}