-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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
{
"name": "fe-template-react",
"private": false,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"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": {
"@dfinity/agent": "latest",
"@dfinity/nns": "latest",
"@dfinity/principal": "latest",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.10.12",
"@mui/x-data-grid": "^5.11.1",
"@nnsdao/nnsdao-kit": "github:NnsDao/nnsdao-kit#dev",
"@tanstack/react-query": "^4.14.1",
"@tanstack/react-query-devtools": "^4.14.1",
"dayjs": "^1.11.6",
"ic-stoic-identity": "^2.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.1",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.4.3",
"react-share": "^4.4.1",
"react-spinners": "^0.13.6",
"ts-toolbelt": "^9.6.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.13",
"caniuse-lite": "^1.0.30001429",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.0",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"prettier": "2.6.2",
"rollup-plugin-visualizer": "^5.6.0",
"typescript": "^4.8.4",
"vite": "^2.9.15"
}
}