-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "nnsdao-icpscan",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.20",
"@amcharts/amcharts4-geodata": "^4.1.20",
"@dfinity/agent": "^0.9.3",
"@dfinity/auth-client": "^0.9.3",
"@dfinity/authentication": "^0.9.3",
"@dfinity/candid": "^0.9.3",
"@dfinity/identity": "^0.9.3",
"@dfinity/principal": "^0.9.3",
"@meforma/vue-toaster": "^1.2.2",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"axios": "^0.21.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"coingecko-api-v3": "^0.0.13",
"decimal.js": "^10.2.1",
"echarts": "^5.1.2",
"echarts-gl": "^2.0.6",
"moment": "^2.29.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"util": "^0.12.4",
"vue": "^3.0.11",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.8"
},
"devDependencies": {
"@headlessui/vue": "^1.2.0",
"@heroicons/vue": "^1.0.1",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"@types/tailwindcss": "^2.0.3",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.2.5",
"tailwindcss": "^2.1.2",
"vite": "^2.3.3"
}
}