-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 719 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 719 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-vue",
"version": "1.2.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@babel/types": "^7.17.0",
"@dfinity/agent": "0.14.0",
"@dfinity/assets": "^0.14.0",
"@dfinity/auth-client": "0.14.0",
"@dfinity/authentication": "0.14.0",
"@dfinity/candid": "0.14.0",
"@dfinity/identity": "0.14.0",
"@dfinity/principal": "0.14.0",
"vue": "^3.0.5"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.5",
"buffer": "^6.0.3",
"typescript": "^4.4.3",
"vite": "^2.5.7",
"vue-tsc": "^0.0.24"
}
}