forked from saiyan8337/parimutuel-ui
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 2.01 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
66
67
68
69
{
"name": "parimutuel-ui",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 80",
"type-check": "yarn tsc",
"lint": "next lint",
"lint:fix": "next lint --fix",
"clean": "rimraf .next yarn-error.log node_modules tsconfig.tsbuildinfo"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/open-sans": "^4.5.2",
"@fontsource/roboto": "^4.5.1",
"@fontsource/sora": "^4.5.0",
"@hxronetwork/parimutuelsdk": "^1.0.35",
"@pythnetwork/client": "^2.5.1",
"@solana/spl-token-registry": "^0.2.819",
"@solana/wallet-adapter-base": "^0.7.0",
"@solana/wallet-adapter-react": "^0.13.1",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@solana/web3.js": "^1.31.0",
"async": "^3.2.3",
"aws-sdk": "^2.1107.0",
"framer-motion": "^4",
"google-spreadsheet": "^3.2.0",
"mkdirp": "^1.0.4",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-loader-spinner": "^4.0.0",
"react-slider": "^1.3.1",
"react-table": "^7.7.0",
"react-tsparticles": "^1.37.5",
"react-use": "^17.3.1",
"request-ip": "^2.1.3",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@storybook/react": "^6.4.9",
"@types/bn.js": "^5.1.0",
"@types/google-spreadsheet": "^3.1.5",
"@types/node": "^17.0.0",
"@types/react": "17.0.37",
"@types/react-slider": "^1.3.1",
"@types/react-table": "^7.7.9",
"@types/request-ip": "^0.0.37",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"typescript": "4.5.3"
}
}