forked from shoyunft/airdrop-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "@shoyunft/airdrop-frontend",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.20",
"husky": ">=5",
"jest": "26.6.0",
"lint-staged": ">=10",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
},
"dependencies": {
"@google/model-viewer": "^1.9.0",
"@heroicons/react": "^1.0.4",
"@metamask/detect-provider": "^1.2.0",
"@shoyunft/airdrop": "^1.0.0",
"cra-template-typescript": "1.1.2",
"ethers": "^5.4.7",
"keccak256": "^1.0.3",
"merkletreejs": "^0.2.24",
"react": "^17.0.2",
"react-3d-viewer": "^1.0.12",
"react-device-detect": "^2.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"sass": "^1.43.2",
"styled-components": "^5.3.3"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "git push heroku master"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}