-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.4 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
{
"name": "fe-template-react",
"private": false,
"version": "0.0.1",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build --mode prod",
"build-test": "tsc && vite build --mode test",
"build-prod": "tsc && vite build --mode prod",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@astrox/sdk-web": "^0.1.38",
"@astrox/sdk-webview": "^0.1.38",
"@better-scroll/core": "^2.5.1",
"@dfinity/agent": "^0.18.1",
"@dfinity/candid": "^0.19.2",
"@dfinity/nns": "^0.16.7",
"@dfinity/nns-proto": "^0.0.8",
"@dfinity/principal": "^0.19.2",
"@dfinity/utils": "^0.0.22",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@mui/x-data-grid": "^6.11.0",
"@tanstack/react-query": "^4.14.5",
"@tanstack/react-query-devtools": "^4.14.5",
"axios": "^1.5.0",
"better-scroll": "^2.5.1",
"buffer": "^6.0.3",
"buffer-crc32": "^0.2.13",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.6",
"is-hotkey": "^0.2.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-animated-router": "^1.2.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-error-overlay": "^6.0.11",
"react-hook-form": "^7.39.2",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.4.3",
"react-share": "^4.4.1",
"react-spinners": "^0.13.6",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"slate": "^0.85.0",
"slate-history": "^0.85.0",
"slate-react": "^0.83.2",
"terser": "^5.16.3",
"ts-toolbelt": "^9.6.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@dfinity/auth-client": "^0.18.1",
"@dfinity/identity": "^0.18.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.13",
"caniuse-lite": "^1.0.30001431",
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"postcss": "^8.4.18",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"rollup-plugin-visualizer": "^5.8.3",
"typescript": "^4.8.4",
"vite": "^4.0.4"
}
}