-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.76 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.76 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
{
"name": "tzbutton",
"version": "0.1.0",
"private": true,
"homepage": "https://tzbutton.io",
"dependencies": {
"@airgap/beacon-sdk": "^4.5.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@taquito/beacon-wallet": "^17.3.0",
"@taquito/taquito": "^17.3.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"gh-pages": "^6.1.1",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"actions:deploy": "gh-pages -d build -u \"github-actions-bot <support+actions@github.com>\"",
"prettier": "prettier --write 'src/**/*' 'public/**/*' 'README.md'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"prettier": "^3.2.5",
"process": "^0.11.10",
"stream-browserify": "^3.0.0"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}