-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.local",
"generate": "nuxt generate --dotenv .env.${APP_ENV:=production}",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "exit 0; eslint . --ext .vue,.js,.ts,.jsx,.cjs,.mjs --ignore-path .gitignore",
"lint:fix": "eslint . --ext .vue,.js,.ts,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"devDependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/google-fonts": "^3.1.3",
"@types/chartjs-plugin-crosshair": "^1.1.4",
"@vueuse/nuxt": "^10.7.1",
"bulma": "^0.9.4",
"nuxt": "^3.9.1",
"prettier": "^3.4.2",
"sass": "^1.69.7",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.6",
"vue-router": "^4.2.5"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@metaplex-foundation/js": "^0.20.1",
"@nosana/sdk": "^0.3.49",
"@solana/wallet-adapter-wallets": "^0.19.25",
"@vueuse/components": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"ansi_up": "^5.2.1",
"bn.js": "^5.2.1",
"bulma-o-steps": "^1.1.0",
"chart.js": "^4.3.3",
"chartjs-adapter-dayjs-4": "^1.0.4",
"chartjs-chart-error-bars": "^4.4.4",
"chartjs-plugin-crosshair": "^2.0.0",
"dayjs": "^1.11.10",
"idb-keyval": "^6.2.1",
"json-editor-vue": "^0.17.0",
"marked": "^14.1.2",
"solana-wallets-vue": "^0.6.0",
"vue-chartjs": "^5.3.0",
"vue-countup-v3": "^1.4.1",
"vue-json-pretty": "^2.4.0",
"vue-toastification": "^2.0.0-rc.5"
}
}