-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1019 Bytes
/
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
{
"name": "otaku-basho",
"version": "1.0.0",
"private": true,
"description": "otaku-basho",
"author": "anisarif",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@solana/pay": "^0.1.3",
"@solana/web3.js": "^1.35.1",
"bignumber.js": "^9.0.2",
"gatsby": "^4.8.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^2.8.1",
"gatsby-plugin-manifest": "^4.8.1",
"gatsby-plugin-sharp": "^4.8.1",
"gatsby-plugin-sitemap": "^5.8.0",
"gatsby-source-filesystem": "^4.8.1",
"gatsby-transformer-sharp": "^4.8.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-typewriter-effect": "^1.1.0",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"gatsby-plugin-postcss": "^5.8.0",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23"
}
}