-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "raydium-test",
"homepage": "https://abbylow.github.io/raydium-test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@raydium-io/raydium-sdk": "^1.1.0-beta.1",
"@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.0",
"bootstrap": "^5.1.3",
"core-js": "^3.22.5",
"lodash.debounce": "^4.0.8",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"@types/react-dom": "^18.0.4",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.1",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"os-browserify": "^0.3.0",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"scripts": {
"start": "webpack serve --port 3000",
"build": "NODE_ENV=production webpack",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
}
}