-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 937 Bytes
/
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
{
"name": "package.json",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"watch": "ic-dfx-watch"
},
"dependencies": {
"@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",
"@types/react-router-dom": "^5.3.1",
"openmoji": "^13.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.2.5",
"buffer": "^6.0.3",
"ic-dfx-utils": "^0.0.14",
"postcss": "^8.2.15",
"postcss-nested": "^5.0.5",
"tailwindcss": "^2.1.2",
"typescript": "^4.4.3",
"vite": "^2.5.7"
}
}