generated from NnsDao/Dfinity-React-Typescript-tailwind2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.14 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
{
"name": "Icpdrops",
"version": "0.1.0",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@dfinity/agent": "0.10.0",
"@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",
"antd": "^4.17.1",
"autoprefixer": "10.3.6",
"daisyui": "^1.14.5",
"echarts": "^5.2.2",
"esbuild": "^0.13.14",
"postcss": "^8.3.8",
"react": "^17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.0.1",
"react-router-dom": "^5.3.0",
"recharts": "^2.1.5",
"rehype-raw": "^6.1.0",
"remark-gfm": "^3.0.0",
"tailwindcss": "^2.2.16"
},
"devDependencies": {
"@types/node": "^16.11.9",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.1",
"@types/recharts": "^1.8.21",
"@vitejs/plugin-react-refresh": "^1.3.6",
"buffer": "^6.0.3",
"typescript": "^4.4.3",
"vite": "^2.5.7"
}
}