-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 3.53 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "vi-rme",
"version": "1.0.0",
"private": true,
"description": "vi-rme",
"author": "HoaLe",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "ENV=staging gatsby develop",
"start": "ENV=testnet gatsby develop",
"build": "ENV=staging gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"prettier": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"lint:style": "stylelint \"**/*.scss\" --fix"
},
"dependencies": {
"@ant-design/plots": "^1.2.4",
"@aptos-labs/wallet-adapter-react": "^0.2.4",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@emotion/css": "^11.10.5",
"@manahippo/aptos-wallet-adapter": "^1.0.10",
"@martianwallet/aptos-wallet-adapter": "^0.0.3",
"@react-google-maps/api": "^2.17.1",
"@react-native-async-storage/async-storage": "^1.17.11",
"@solana/web3.js": "^1.70.3",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-slick": "^0.23.10",
"@types/uuid": "^9.0.0",
"@typescript-eslint/parser": "^5.46.1",
"axios": "^1.2.1",
"babel-eslint": "^10.1.0",
"ethers": "^6.0.2",
"fewcha-plugin-wallet-adapter": "^0.1.1",
"formik": "^2.2.9",
"gatsby": "^5.0.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sass": "^6.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"graphql": "^16.6.0",
"jquery": "^3.6.2",
"jsonwebtoken": "^9.0.0",
"npm": "^9.2.0",
"petra-plugin-wallet-adapter": "^0.1.3",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.1.0",
"react-native": "^0.70.6",
"react-router": "^6.4.4",
"react-router-dom": "^6.6.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"react-wheel-of-prizes": "^1.0.9",
"sass": "^1.56.1",
"slick-carousel": "^1.8.1",
"swr": "^2.0.3",
"uuid": "^9.0.0",
"webpack": "^5.75.0",
"yup": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.11",
"gatsby-plugin-manifest": "^5.6.0",
"gatsby-plugin-postcss": "^6.2.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"stylelint": "^14.16.0",
"stylelint-config-standard": "^29.0.0",
"tailwindcss": "^3.2.4",
"typescript": "*"
},
"engines": {
"node": ">=18.9.1"
}
}