-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.85 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.85 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@disco3/monorepo",
"version": "0.0.4",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "jest",
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test:ci": "jest -u --passWithNoTests --coverageDirectory .github/coverage",
"format": "prettier --config .prettierrc.js --write \"**/*.{ts,tsx,md}\"",
"deduplicate": "npx yarn-deduplicate -s fewer yarn.lock",
"deduplicate:check": "npx yarn-deduplicate -s fewer yarn.lock --list --fail",
"gen:comp": "node packages/generateComponent.js"
},
"dependencies": {
"@strictsoftware/typedoc-plugin-monorepo": "^0.4.2",
"typedoc": "0.19.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^ 7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^ 7.16.7",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "27.0.2",
"@types/node": "^16.9.0",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@testing-library/dom": "^8.10.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/testing-library__jest-dom": "^5.14.1",
"@walletconnect/ethereum-provider": "^1.7.1",
"eth-provider": "^0.10.0",
"jest": "27.2.4",
"lerna": "^4.0.0",
"magic-sdk": "^6.1.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"walletlink": "^2.5.0",
"@prettier/plugin-xml": "^1.2.0",
"@size-limit/preset-big-lib": "^6.0.3",
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
"@svgr/cli": "^5.5.0",
"@svgr/core": "^5.5.0",
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"change-case": "^4.1.2",
"dedent": "^0.7.0",
"eslint": "^8.6.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-config-next": "12.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-mdx": "^1.15.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"fs-extra": "^10.0.1",
"glob": "^7.2.0",
"prompt": "^1.2.0",
"size-limit": "^6.0.3",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"turbo": "^1.1.2",
"typescript": "^4.5.4"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "yarn@1.19.0"
}