forked from valora-inc/dapp-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.22 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
{
"name": "dapp-list",
"version": "0.0.1",
"main": "index.js",
"repository": "[email protected]:valora-inc/dapp-list.git",
"author": "Valora Inc",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint --ext=.tsx,.ts,.json --fix src/",
"format": "prettier --loglevel error --write .",
"validate": "jest",
"test": "prettier --check . && eslint --ext=.tsx,.ts,.json src/ && jest",
"e2e:open": "cypress open",
"e2e:run": "cypress run --headless"
},
"prettier": "@valora/prettier-config",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@valora/eslint-config-typescript": "^1.0.2",
"@valora/prettier-config": "^0.0.1",
"cypress": "^13.13.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"i18next": "~23.12.7",
"image-size": "^1.1.1",
"jest": "^29.7.0",
"joi": "^17.13.3",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
}
}