-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.84 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
{
"name": "taquito-nft",
"version": "0.1.0",
"private": true,
"dependencies": {
"@airgap/beacon-sdk": "^3.1.4",
"@craco/craco": "^6.4.5",
"@ethersproject/providers": "^5.7.1",
"@stripe/react-stripe-js": "^1.16.4",
"@stripe/stripe-js": "^1.46.0",
"@taquito/beacon-wallet": "^14.0.0",
"@taquito/taquito": "^14.0.0",
"@taquito/utils": "^14.0.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.5",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^1.1.2",
"firebase": "^9.16.0",
"gsap": "^3.11.3",
"phosphor-react": "^1.4.1",
"react": "^17.0.1",
"react-bootstrap": "^2.7.0",
"react-collapsible": "^2.10.0",
"react-dom": "^17.0.1",
"react-ga": "^3.3.1",
"react-h5-audio-player": "^3.8.6",
"react-icons": "^4.6.0",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.2",
"react-stripe-checkout": "^2.6.3",
"stripe": "^11.11.0",
"typescript": "^4.1.4",
"zustand": "^4.1.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"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": {
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}