-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.71 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@emcicpmonorepo/dashboard",
"version": "0.2.0",
"description": "Edge Matrix Dashboard",
"license": "MPL-2.0",
"keywords": [
"Edge Matrix Dashboard"
],
"scripts": {
"dev": "vite",
"generate": "dfx generate",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"deploy": "npm run deploy:server",
"deploy:local": "dfx deploy --network=local",
"deploy:ic": "dfx deploy --network=ic",
"deploy:server": "bash ./deploy/deploy.sh"
},
"dependencies": {
"@connect2ic/core": "0.2.0-beta.23",
"@connect2ic/vue": "0.2.0-beta.23",
"@dfinity/agent": "^0.15.4",
"@dfinity/auth-client": "^0.15.4",
"@dfinity/candid": "^0.15.4",
"@dfinity/principal": "^0.15.4",
"@dfinity/utils": "^0.0.18",
"@metamask/sdk": "^0.10.0",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^10.3.0",
"@web3modal/ethers": "^4.0.11",
"axios": "^1.4.0",
"copy-to-clipboard": "^3.3.3",
"echarts": "^5.5",
"echarts-gl": "^2.0.9",
"ethers": "^6.9.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"naive-ui": "^2.34.3",
"pinia": "^2.1.1",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.16",
"dotenv": "^16.0.3",
"postcss": "^8.4.31",
"process": "0.11.10",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-node-polyfills": "^0.21.0",
"vue-tsc": "^1.4.2"
},
"engines": {
"node": "^12 || ^14 || ^16 || ^18"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
]
}