-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 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": "zkswap",
"version": "0.1.0",
"private": true,
"homepage": "https://tuphan-dn.github.io/zkswap/",
"dependencies": {
"@noble/ed25519": "^1.6.0",
"@reduxjs/toolkit": "^1.8.0",
"@solana/web3.js": "^1.36.0",
"antd": "^4.19.1",
"iconsax-react": "^0.0.8",
"numbro": "^2.3.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"tweetnacl": "^1.0.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "REACT_APP_ENV=development craco --max_old_space_size=4096 start",
"build": "REACT_APP_ENV=production craco --max_old_space_size=4096 build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "craco test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"devDependencies": {
"@craco/craco": "^6.4.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/react-router-dom": "^5.3.3",
"assert": "^2.0.0",
"gh-pages": "^3.2.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"react-scripts": "^5.0.0",
"typescript": "^4.6.2"
}
}