-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/netlify": "^6.0.1",
"@astrojs/react": "^4.1.1",
"@astrojs/tailwind": "5.1.4",
"@creit.tech/sorobandomains-sdk": "0.1.6",
"@creit.tech/stellar-wallets-kit": "^1.3.0",
"@mdxeditor/editor": "^3.20.0",
"@nanostores/react": "^0.8.2",
"@stellar/stellar-sdk": "^13.1.0",
"@stellar/stellar-xdr-json": "^22.0.0-rc.1.1",
"@web3-storage/w3up-client": "^17.1.1",
"astro": "5.3.0",
"astro-seo": "^0.8.4",
"crypto-js": "^4.2.0",
"github-markdown-css": "^5.8.1",
"install": "^0.13.0",
"js-sha3": "^0.9.3",
"lossless-json": "^4.0.2",
"markdown-to-jsx": "^7.7.1",
"nanostores": "^0.11.3",
"react18-json-view": "^0.2.8",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"devDependencies": {
"@web3-storage/w3cli": "^7.9.1",
"dotenv": "^16.4.7",
"glob": "^11.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
},
"name": "dapp",
"scripts": {
"check": "astro check",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"formatter": "prettier --write .",
"linter": "prettier -c ."
},
"type": "module",
"version": "0.0.1",
"workspaces": [
"packages/*"
]
}