-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.09 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
{
"name": "motokosquadron-dashboard",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@connect2ic/core": "^0.1.1",
"@connect2ic/react": "^0.1.0",
"@dfinity/agent": "^0.11.3",
"@dfinity/candid": "^0.11.3",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tippyjs/react": "^4.2.6",
"@types/react-tooltip": "^4.2.4",
"chalk": "^5.2.0",
"d3": "^7.8.4",
"dotenv": "^16.0.3",
"node-emoji": "^1.11.0",
"react": "^18.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.10.0",
"sass": "^1.62.0",
"tippy.js": "^6.3.7",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"buffer": "^6.0.3",
"typescript": "^4.4.3",
"vite": "^2.9.9"
}
}