-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
{
"name": "dme.sh",
"version": "1.0.0",
"private": true,
"description": "dme.sh",
"author": "Sven Dowideit",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "npx eslint src --fix",
"updates": "npm-check-updates -u",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@bonfida/spl-name-service": "^0.1.33",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@solana/spl-name-service": "^0.1.4",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.5",
"@solana/wallet-adapter-react-ui": "^0.9.7",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.4",
"assert": "^2.0.0",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"gatsby": "^4.15.2",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-layout": "^3.15.0",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sitemap": "^5.15.1",
"gatsby-source-filesystem": "^4.15.0",
"npm-check": "^5.9.2",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@types/node": "^17.0.38",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-webpack-plugin": "^3.1.1",
"gatsby-plugin-eslint": "^4.0.2",
"prettier": "2.6.2",
"typescript": "^4.7.2"
}
}