-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.22 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
{
"name": "nulink-web",
"version": "0.5.1",
"private": true,
"dependencies": {
"@bnb-chain/greenfield-chain-sdk": "^0.2.2",
"@craco/craco": "^6.4.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.10.7",
"@nulink_network/nulink-web-agent-access-sdk": "^0.5.9",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.21",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.5",
"antd": "^4.19.5",
"await-sleep": "0.0.1",
"axios": "^0.27.2",
"axios-retry": "^3.2.5",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.2",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.5",
"dotenv-cli": "5.1.0",
"encrypt-with-password": "^1.0.0",
"ethers": "^5.6.2",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.0",
"ipfs-core-types": "^0.11.0",
"ipfs-http-client": "^57.0.1",
"jimp": "^0.16.2",
"jsrsasign": "^10.7.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-i18next": "^11.16.6",
"react-loading": "^2.0.3",
"react-scripts": "5.0.0",
"sass": "^1.58.1",
"singleton-service": "^1.0.7",
"stackblur-canvas": "^2.6.0",
"terser-webpack-plugin": "^5.3.6",
"ts-randomstring": "^1.0.8",
"typescript": "^4.4.2",
"use-dark-mode": "^2.3.1",
"uuid": "^9.0.0",
"web-vitals": "^2.1.0",
"window": "^4.2.7",
"zustand": "^4.0.0-rc.1"
},
"scripts": {
"start:old": "cross-env PORT=8090 && craco start",
"start": "serve -s build -l 3001",
"build": "craco build",
"start:prod": "dotenv -e .env.prod craco start",
"build:prod": "dotenv -e .env.prod craco build",
"build:dev": "cross-env GENERATE_SOURCEMAP=true && dotenv -e .env.development craco build",
"test": "craco test",
"eject": "react-scripts eject",
"commit": "git-cz",
"commitizen:initial": "commitizen init cz-conventional-changelog --save --save-exact",
"prepare": "husky install"
},
"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"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown .gitignore"
},
"devDependencies": {
"@types/mockjs": "^1.0.6",
"craco-babel-loader": "^1.0.4",
"craco-less": "^2.0.0",
"craco-plugin-env": "^1.0.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lint-staged": "^12.3.7",
"mockjs": "^1.1.0",
"prettier": "^2.6.2",
"react-router-dom": "^6.3.0"
}
}