-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "solana-pay-demo",
"version": "1.0.0",
"private": true,
"dependencies": {
"@kycdao/kycdao-sdk": "^0.6.19",
"@kycdao/widget": "0.6.17",
"@solana/pay": "^0.2.4",
"@solana/web3.js": "^1.66.2",
"agent-base": "^6.0.2",
"bignumber.js": "^9.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"process": "^0.11.10",
"prop-types": "15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-qr-code": "^2.0.8",
"react-router-dom": "^5.2.0",
"sass": "^1.56.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "6.0.0-rc.5",
"url": "^0.11.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@solana/qr-code-styling": "^1.6.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"react-scripts": "^5.0.1",
"typescript": "4.9.3",
"vite": "^4.2.0"
}
}