-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.16 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"author": "zCloak",
"bugs": "https://github.com/zCloak-Network/zkID-interface/issues",
"homepage": "https://github.com/zCloak-Network/zkID-interface#readme",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/zCloak-Network/zkID-interface.git"
},
"sideEffects": false,
"type": "commonjs",
"version": "0.0.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build:code": "NODE_ENV=production yarn zcloak-dev-build-ts",
"build": "yarn build:code",
"clean": "zcloak-dev-clean-build",
"lint": "zcloak-dev-run-lint",
"lint:css": "stylelint './packages/**/src/**/*.tsx'",
"start": "yarn clean && cd packages/app && 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 --detectOpenHandles --forceExit"
},
"resolutions": {
"babel-core": "^7.13.8",
"ethers": "^5.6.8",
"typescript": "^4.6.4"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.18.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.83",
"@mui/material": "^5.8.1",
"@types/file-saver": "^2.0.5",
"@types/jest": "^27.4.0",
"@types/moment": "^2.13.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-slick": "^0.23.8",
"@zcloak/contracts-core": "^0.0.2-24",
"@zcloak/dev": "^0.1.1",
"@zcloak/react-wallet": "^0.0.2-24",
"@zcloak/service": "^0.0.2-24",
"@zcloak/web3-query": "^0.0.2-24",
"babel-plugin-import": "^1.13.5",
"concurrently": "^7.2.1",
"devtron": "^1.4.0",
"ethers": "^5.6.8",
"material-ui-popup-state": "^3.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"source-map-explorer": "^2.5.2",
"stylelint": "^14.8.3",
"stylelint-config-recommended": "^7.0.0",
"typescript": "^4.6.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}