-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
{
"name": "react-typescript",
"version": "1.0.0",
"description": "React and TypeScript example starter project",
"keywords": [
"typescript",
"react",
"starter"
],
"main": "src/index.tsx",
"dependencies": {
"@craco/craco": "^6.0.0",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9.8.6",
"eth-simple-keyring": "4.0.0",
"ipfs-http-client": "48.1.3",
"postcss": "^7.0.35",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-markdown": "5.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-storage-hooks": "^4.0.1",
"remark-gfm": "1.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"use-wallet": "0.8.1",
"web3-react": "5.0.5"
},
"devDependencies": {
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"@types/react-router-dom": "^5.1.7",
"typescript": "4.0.x"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}