-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "@vocdoni/ui",
"version": "0.0.2",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/vocdoni/ui-components",
"bugs": "https://github.com/vocdoni/ui-components/issues",
"description": "Vocdoni UI components and related packages",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*",
"templates/*"
],
"devDependencies": {
"@swc-node/jest": "^1.6.7",
"@swc/core": "^1.3.78",
"@swc/helpers": "^0.5.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@types/jest": "^29.5.3",
"@types/testing-library__jest-dom": "5.14.8",
"clean-package": "^2.2.0",
"eslint-plugin-testing-library": "5.5.1",
"ethers": "^5.7.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-watch-typeahead": "^2.2.2",
"msw": "^1.3.0",
"prettier": "^2.8.7",
"tsup": "^8.0.1",
"turbo": "^1.8.6"
},
"peerDependencies": {
"react": ">=17.0.0 <19.0.0"
},
"scripts": {
"build": "turbo build --filter=@vocdoni*",
"lint:fix": "prettier -c . --write",
"lint": "turbo lint && prettier -c .",
"clean": "turbo clean --filter=@vocdoni* && rm -fr node_modules",
"test": "jest"
},
"packageManager": "yarn@1.22.19",
"engines": {
"npm": "please use yarn",
"yarn": ">= 1.19.1 && < 2"
}
}