-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 Bytes
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
{
"name": "quick-ic-react",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"setup": "npm install && npm audit fix && dfx start --clean --background && dfx deploy && dfx stop && echo 'Setup Complete!'"
},
"dependencies": {
"@dfinity/agent": "0.19.3",
"@dfinity/auth-client": "0.19.3",
"@dfinity/authentication": "0.14.2",
"@dfinity/candid": "0.19.3",
"@dfinity/identity": "0.19.3",
"@dfinity/principal": "0.19.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@vitejs/plugin-react-refresh": "^1.3.6",
"buffer": "^6.0.3",
"typescript": "^4.4.3",
"vite": "^2.5.7"
}
}