-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
125 lines (125 loc) · 4.34 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "hugiris-nft",
"version": "1.0.0",
"private": true,
"homepage": ".",
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "latest",
"@web3-react/walletconnect-connector": "6.2.0",
"ansi-regex": "^5.0.1",
"axios": "^0.25.0",
"babel": "^6.23.0",
"bootstrap": "5.1.1",
"crypto": "^1.0.1",
"dotenv": "^16.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"lodash": "^4.17.21",
"path": "^0.12.7",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-rc.0",
"react-dev-utils": "^11.0.4",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.3.1",
"react-native": "^0.66.1",
"react-native-svg": "^12.1.1",
"react-native-web": "^0.17.5",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"source-map-explorer": "^2.5.2",
"typescript": "^4.4.3",
"typewriter-effect": "^2.18.2",
"web-vitals": "^1.0.1",
"web3": "1.7.0",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/*.js",
"start": "react-scripts start",
"build": "react-scripts build",
"webpack:start": "webpack serve --open --mode development",
"webpack:build": "webpack --config ./webpack.config.js --mode production",
"report:build": "withReport='true' webpack --config ./webpack.config.js --mode production",
"predeploy": "BUILD_PATH='./build/www' react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .js,.ts,.tsx .",
"typecheck": "tsc",
"format:check": "prettier --check **/*.{ts,tsx}",
"format:write": "prettier --write **/*.{ts,tsx}"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@types/react-redux": "^7.1.18",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.4.1",
"typescript-eslint": "^0.0.1-alpha.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"resolutions": {
"ansi-html": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
"ansi-regex": "^5.0.1",
"node-fetch": "^2.6.7",
"nth-check": "^2.0.1",
"immer": "^9.0.6",
"node-forge": "^1.0.0",
"glob-parent": "^5.1.2",
"browserslist": "^4.16.5",
"serialize-javascript": "^3.1.0"
},
"description": "HugiRIS -- The NFTs about connecting & opportunity!"
}