generated from NnsDao/Dfinity-React-Typescript-tailwind2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.84 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
{
"name": "nomos",
"version": "0.1.0",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview",
"format": "npx prettier --write ./src"
},
"dependencies": {
"@dfinity/agent": "^0.10.4",
"@dfinity/auth-client": "0.10.0",
"@dfinity/authentication": "0.10.0",
"@dfinity/candid": "^0.10.0",
"@dfinity/identity": "0.10.0",
"@dfinity/principal": "0.10.0",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "latest",
"@mui/lab": "latest",
"@mui/material": "latest",
"@mui/utils": "latest",
"@nnsdao/nnsdao-kit": "github:NnsDao/nnsdao-kit#dev",
"@tanstack/react-query": "^4.1.3",
"@tanstack/react-query-devtools": "^4.0.10",
"aos": "^2.3.4",
"autoprefixer": "10.3.6",
"axios": "^0.24.0",
"bignumber.js": "^9.0.2",
"chart.js": "^3.6.2",
"postcss": "^8.3.8",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.3.0",
"react-share": "^4.4.0",
"react-spinners": "^0.13.3",
"slate": "^0.82.1",
"slate-history": "^0.66.0",
"slate-react": "^0.82.1",
"tailwindcss": "^2.2.16",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/node": "^16.11.44",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"buffer": "^6.0.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"ic-stoic-identity": "^2.0.0",
"prettier": "2.5.1",
"typescript": "^4.8.4",
"vite": "^2.5.7"
}
}