-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
62 lines (62 loc) · 1.92 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
{
"name": "spacebudz",
"version": "1.0.0",
"description": "Let's go on an adventure, where will your SpaceBudz take you?",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve -H 0.0.0.0",
"clean": "gatsby clean"
},
"dependencies": {
"@headlessui/react": "0.0.0-dev.0ce63d8",
"@spacebudz/nebula": "^1.0.5",
"@spacebudz/wormhole": "^1.0.4",
"@tlon/sigil-js": "^1.4.5",
"agent-base": "^6.0.2",
"easy-peasy": "^5.0.4",
"focus-visible": "^5.2.0",
"gatsby": "^4.14.1",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-breakpoints": "^1.3.6",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-postcss": "^5.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-plugin-sitemap": "^5.6.0",
"gatsby-plugin-ts": "^3.1.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-json": "^4.7.0",
"gatsby-transformer-sharp": "^4.6.0",
"lodash.throttle": "^4.1.1",
"lucid-cardano": "^0.10.9",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.2.0",
"react-lazy-load-image-component": "^1.5.1",
"react-middle-ellipsis": "^1.2.1",
"react-number-format": "^4.9.1",
"react-spinners-css": "^2.0.1",
"react-truncate-string": "^1.3.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"styled-icons": "^10.45.0",
"typescript": "^4.5.5",
"use-query-params": "^1.2.3",
"web3": "^1.7.1"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.17"
}
}