-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.16 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
66
67
68
69
70
71
{
"name": "apillon-app",
"version": "2.1.0",
"author": "Apillon",
"license": "GNU GPL V3",
"description": "Apillon developer console frontend",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"local": "cross-env ENV=local nuxt dev",
"stage": "cross-env ENV=staging nuxt dev",
"generate": "cross-env nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@crustio/type-definitions": "^1.3.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/google-fonts": "^3.0.1",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/node": "^20.8.0",
"@types/uuid": "^9.0.0",
"@vueuse/components": "^10.4.1",
"@vueuse/core": "^10.4.0",
"@vueuse/nuxt": "^10.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.15.0",
"naive-ui": "^2.34.4",
"nuxt": "^3.6.2",
"prettier": "^3.0.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"use-wagmi": "^0.4.9",
"viem": "^1.21.4"
},
"dependencies": {
"@crustio/type-definitions": "^1.3.0",
"@fingerprintjs/fingerprintjs": "^4.2.2",
"@gtm-support/vue-gtm": "^2.2.0",
"@metamask/detect-provider": "^2.0.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.1",
"@polkadot/api": "^11.0.2",
"@polkadot/extension-inject": "^0.47.2",
"@polkadot/util-crypto": "^12.6.2",
"@subsocial/grill-widget": "^0.1.3",
"@subsocial/resource-discussions": "^0.0.4",
"buffer": "^6.0.3",
"chart.js": "^4.4.4",
"drag-scroll-vue3": "^1.0.7",
"ipfs-unixfs-importer": "7.0.1",
"lodash.debounce": "^4.0.8",
"nuxt-icons": "^3.0.0",
"passive-events-support": "^1.1.0",
"pinia": "^2.1.6",
"query-string": "^9.0.0",
"swiper": "^11.1.1",
"text-marshal": "^0.0.2",
"uuid": "^9.0.0",
"v-lazy-image": "^2.1.1",
"vue-chartjs": "^5.3.1",
"vue-cookie-accept-decline": "^6.1.0",
"vue-papa-parse": "^3.1.0",
"vue-tweet": "^2.0.2",
"vue3-code-block": "^2.2.14"
}
}