generated from NnsDAO-tech/FE-template-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.11 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
{
"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": {
"@date-io/dayjs": "^2.16.0",
"@dfinity/agent": "^0.14.1",
"@dfinity/nns": "^0.8.1",
"@dfinity/principal": "^0.14.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.106",
"@mui/material": "^5.10.13",
"@mui/system": "^5.10.13",
"@mui/x-data-grid": "^5.17.10",
"@mui/x-date-pickers": "^5.0.9",
"@nnsdao/nnsdao-kit": "github:NnsDao/nnsdao-kit#dev",
"@tanstack/react-query": "^4.14.5",
"@tanstack/react-query-devtools": "^4.14.5",
"dayjs": "^1.11.6",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"ic-stoic-identity": "^2.0.0",
"is-hotkey": "^0.2.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"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",
"slate": "^0.85.0",
"slate-history": "^0.85.0",
"slate-react": "^0.83.2",
"terser": "^5.16.1",
"ts-toolbelt": "^9.6.0",
"usehooks-ts": "^2.9.1",
"web3": "^1.8.2"
},
"devDependencies": {
"@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.3"
}
}