-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "stellar-claim",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.1",
"@cosmic-plus/loopcall": "^1.6.0",
"@emoji-mart/data": "^1.1.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hanseartic/remark-env-directive": "^1.0.3",
"@hanseartic/remark-qrcode-directive": "^1.0.5",
"@stellar/freighter-api": "^1.4.0",
"antd": "^5.14.2",
"bignumber.js": "^9.1.2",
"ejs": "^3.1.10",
"emoji-mart": "^5.5.2",
"hast-util-to-text": "^3.1.2",
"hastscript": "^7.2.0",
"idb-keyval": "^6.2.1",
"mdast-util-to-hast": "^12.3.0",
"memoizee": "^0.4.15",
"node-polyfill-webpack-plugin": "^3.0.0",
"nth-check": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1",
"react-use": "^17.5.0",
"rehype-raw": "^6.1.1",
"remark-directive": "^3.0.0",
"runes": "^0.4.3",
"stellar-resolve-claimant-predicates": "^2.0.10",
"stellar-sdk": "^10.4.1",
"typescript": "^4.9.5",
"unist-util-visit": "^4.1.2",
"web-vitals": "^3.5.2"
},
"scripts": {
"set-app-version": "APP_VERSION=$(git rev-parse --short HEAD) npx envsub --syntax handlebars app_version.js.dist src/app_version.js",
"prebuild": "npm run set-app-version; npx envdist -e; npm run preserve",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"preserve": "cd server; npm i; npx --yes @vercel/ncc build server.js -o ..",
"serve": "node index.js -s build"
},
"proxy": "http://localhost:3001",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/emoji-mart": "^3.0.14",
"@types/jest": "^29.5.12",
"@types/memoizee": "^0.4.11",
"@types/node": "^20.11.27",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.20",
"@types/react-router-dom": "^5.3.3",
"@types/runes": "^0.4.3",
"envdist": "^1.0.14"
}
}