forked from InjectiveLabs/injective-helix-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.5 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "injective-helix",
"version": "1.10.3",
"description": "The Premier Decentralized Crypto Exchange",
"license": "Apache-2.0",
"author": "@InjectiveLabs",
"private": true,
"browser": {
"buffer": true
},
"scripts": {
"fetch:data": "ts-node -P tsconfig-script.json ./scripts/slugs.ts",
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi start",
"generate": "nuxt generate",
"generateNoSourceMap": "BUILD_SOURCEMAP=false NODE_OPTIONS=--max-old-space-size=15360 nuxt generate",
"postinstall": "yarn fetch:data && nuxi prepare",
"analyze": "nuxi build --analyze",
"preview": "nuxi preview",
"test": "vitest --segfault-retry=3",
"test:coverage": "vitest run --coverage --segfault-retry=3",
"clean-up": "rm -rf dist && rm -rf .output && rm -rf .nuxt && rm -rf ./node_modules/.cache/vite && rm -rf ./node_modules/.vite && rm -rf ./node_modules/.cache/vite",
"lint": "eslint --max-warnings 0 '**/*.{js,ts,vue,html}' --fix && stylelint '**/*.{css,.vue}'",
"coverage": "yarn jest --coverage",
"prepare": "husky install",
"typecheck": "nuxi typecheck"
},
"lint-staged": {
"**/*.{js,ts,vue,html}": [
"eslint --max-warnings 0 --no-ignore"
],
"*.{css,vue}": "stylelint"
},
"dependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@injectivelabs/ui-shared": "1.12.47-alpha.5",
"@injectivelabs/nuxt-bugsnag": "0.0.3",
"@injectivelabs/ts-types": "1.14.11-beta.1",
"@injectivelabs/exceptions": "1.14.11-beta.3",
"@injectivelabs/token-utils": "1.14.11-beta.3",
"@injectivelabs/utils": "1.14.11-beta.3",
"@injectivelabs/networks": "1.14.11-beta.5",
"@injectivelabs/sdk-ts": "1.14.11-beta.49",
"@injectivelabs/sdk-ui-ts": "1.14.11-beta.66",
"@injectivelabs/token-metadata": "1.14.11-beta.38",
"@injectivelabs/wallet-ts": "1.14.11-beta.59",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@popperjs/core": "^2.11.6",
"@skjnldsv/vue-plyr": "7.4.0",
"@vueuse/components": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"apexcharts": "^3.41.1",
"axios": "^1.6.2",
"canvas-confetti": "^1.6.0",
"core-js": "^3.10.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"deepmerge": "^4.2.2",
"html-to-image": "^1.11.11",
"js-confetti": "^0.11.0",
"lightweight-charts": "^4.1.1",
"lottie-web": "^5.12.2",
"mixpanel-browser": "^2.48.1",
"nuxt": "^3.8.1",
"qrcode": "^1.5.3",
"vue-gtag": "^2.0.2-beta.0",
"vue-hotjar": "^1.4.0",
"vue-jest": "^4.0.0-0"
},
"devDependencies": {
"@bangjelkoski/node-stdlib-browser": "^0.0.1",
"@bangjelkoski/vite-plugin-node-polyfills": "^0.0.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@injectivelabs/eslint-config": "^1.1.8",
"@injectivelabs/node-globals-polyfill": "0.1.6",
"@injectivelabs/prettier-config": "^1.0.3",
"@injectivelabs/stylelint-config": "1.1.3",
"@nuxt/devtools": "^0.7.6",
"@nuxt/kit": "3.8.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "8.0.0-beta.13",
"@nuxtjs/tailwindcss": "6.8.0",
"@pinia/nuxt": "^0.4.9",
"@pinia/testing": "^0.1.2",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^7.0.0",
"@types/canvas-confetti": "^1.6.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.197",
"@types/mixpanel-browser": "^2.47.5",
"@types/node": "^20.4.9",
"@types/qrcode": "^1.5.5",
"@types/rimraf": "^4.0.5",
"@types/vue-select": "^3.16.2",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.3.0",
"autoprefixer": "latest",
"ts-node": "^10.9.2",
"eslint": "8.37.0",
"husky": "latest",
"jest": "^29.4.3",
"lint-staged": "13.2.3",
"postcss": "8.4.27",
"postcss-custom-properties": "^13.3.0",
"postcss-html": "^1.5.0",
"prettier": "3.0.0",
"rimraf": "^5.0.1",
"stylelint": "15.10.2",
"ts-jest": "^29.1.0",
"ts-loader": "~9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.16.0",
"vite-plugin-circular-dependency": "^0.2.1",
"vite-plugin-notifier": "latest",
"vite-tsconfig-paths": "4.2.0",
"vitest": "^0.34.1",
"vue-tsc": "1.8.8"
},
"resolutions": {
"**/libsodium": "npm:@bangjelkoski/noop",
"**/libsodium-wrappers": "npm:@bangjelkoski/noop",
"@ethereumjs/tx": "^4.1.1",
"eslint": "8.37.0",
"vee-validate": "4.11.7"
}
}