-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
70 lines (70 loc) · 1.84 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
{
"name": "ic-wall",
"version": "0.0.21",
"private": true,
"description": "Use Metamask to login to Internet Computer. Then, write on the wall!",
"author": {
"name": "Kristofer Lund",
"email": "[email protected]",
"url": "https://github.com/kristoferlund"
},
"license": "MIT",
"dependencies": {
"@craco/craco": "^6.2.0",
"@dfinity/agent": "^0.10.0",
"@dfinity/candid": "^0.10.0",
"@dfinity/identity": "^0.10.0",
"@dfinity/principal": "^0.10.0",
"@tailwindcss/forms": "^0.2.1",
"@types/node": "^16.7.2",
"@types/react-dom": "^17.0.9",
"@ukstv/jazzicon-react": "^1.0.0",
"@web3-react/core": "latest",
"@web3-react/injected-connector": "latest",
"date-fns": "^2.23.0",
"ethers": "^5.1.4",
"linkify-react": "^3.0.1",
"linkifyjs": "^3.0.1",
"react": "^17.0.2",
"react-bottom-scroll-listener": "^5.0.0",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.0.0",
"react-router-dom": "^5.2.1",
"react-scripts": "4.0.3",
"recoil": "^0.4.1"
},
"scripts": {
"start": "make copy_dfx_generated & TAILWIND_MODE=watch craco start",
"build": "make copy_dfx_generated & craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"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/linkifyjs": "^2.1.3",
"@types/react": "^17.0.19",
"@types/react-router-dom": "^5.1.8",
"autoprefixer": "^9.8.6",
"craco-alias": "^3.0.1",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7",
"typescript": "^4.3.5"
}
}