-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.12 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
{
"name": "anduro-wallet-connector-react",
"version": "1.0.6",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": false,
"dependencies": {
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0"
},
"scripts": {
"build": "tsup",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,scss,md,json}' --config ./.prettierrc"
},
"devDependencies": {
"@swc/core": "^1.4.11",
"@types/chrome": "^0.0.263",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"prettier": "3.2.5",
"tsup": "^8.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnduroProject/anduro-wallet-connector-react"
},
"homepage": "https://github.com/AnduroProject/anduro-wallet-connector-react#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}