-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "ledger_sample",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"predeploy": "dfx generate",
"deploy": "npm install && npm run build"
},
"dependencies": {
"@connect2ic/core": "^0.1.1",
"@connect2ic/react": "^0.1.0",
"@dfinity/agent": "^0.11.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@dfinity/agent": "^0.11.3",
"@dfinity/auth-client": "^0.11.3",
"@dfinity/authentication": "^0.11.3",
"@dfinity/candid": "^0.11.3",
"@dfinity/identity": "^0.11.3",
"@dfinity/principal": "^0.11.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"buffer": "^6.0.3",
"dotenv": "^16.3.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-environment": "^1.1.3"
}
}