forked from InjectiveLabs/injective-helix-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.63 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
{
"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": {
"dev": "nuxi dev",
"dev:webpack": "BUILDER_TYPE=webpack nuxi dev",
"build": "nuxi build",
"start": "nuxi start",
"generate": "NODE_OPTIONS=--max-old-space-size=15360 nuxt generate",
"postgenerate": "BUILDER_TYPE=webpack ts-node ./scripts/index.ts --experimental-modules",
"generateNoSourceMap": "BUILD_SOURCEMAP=false NODE_OPTIONS=--max-old-space-size=15360 nuxt generate",
"postgenerateNoSourceMap": "BUILDER_TYPE=webpack ts-node ./scripts/index.ts --experimental-modules",
"publishSourceMaps": "yarn generate && BUILDER_TYPE=webpack ts-node ./scripts/bugsnag.ts --experimental-modules",
"postinstall": "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",
"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": {
"@amplitude/analytics-browser": "^1.9.4",
"@injectivelabs/exceptions": "next",
"@injectivelabs/networks": "next",
"@injectivelabs/nuxt-bugsnag": "0.0.3",
"@injectivelabs/sdk-ts": "next",
"@injectivelabs/sdk-ui-ts": "next",
"@injectivelabs/token-metadata": "next",
"@injectivelabs/token-utils": "next",
"@injectivelabs/ts-types": "next",
"@injectivelabs/ui-shared": "1.10.35",
"@injectivelabs/utils": "^1.10.13-beta.6",
"@injectivelabs/wallet-ts": "^1.10.83-beta.13",
"@metamask/detect-provider": "2.0.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/i18n": "next",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@popperjs/core": "^2.11.6",
"@skjnldsv/vue-plyr": "^7.3.0",
"@vee-validate/i18n": "4.7.3",
"@vee-validate/rules": "4.7.3",
"@vueuse/components": "^10.1.0",
"@vueuse/nuxt": "^10.1.0",
"core-js": "^3.10.1",
"date-fns": "^2.29.3",
"deepmerge": "^4.2.2",
"html-to-image": "^1.11.11",
"js-confetti": "^0.11.0",
"nuxt": "3.5.0",
"vee-validate": "4.7.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.6.3",
"@commitlint/config-conventional": "17.6.3",
"@injectivelabs/eslint-config": "^1.1.4",
"@injectivelabs/node-globals-polyfill": "0.1.6",
"@injectivelabs/prettier-config": "1.0.1",
"@injectivelabs/stylelint-config": "1.1.2",
"@intlify/unplugin-vue-i18n": "^0.10.0",
"@nuxt/devtools": "^0.5.0",
"@nuxt/kit": "3.5.0",
"@nuxt/typescript-build": "^3.0.1",
"@nuxt/webpack-builder": "3.5.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "6.7.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/dotenv-webpack": "^7.0.3",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.168",
"@types/node": "^20.2.1",
"@types/rimraf": "^4.0.5",
"@types/vue-select": "^3.16.2",
"@vitest/coverage-c8": "^0.31.1",
"@vue/test-utils": "^2.3.0",
"autoprefixer": "latest",
"dotenv-webpack": "^8.0.1",
"eslint": "8.37.0",
"husky": "latest",
"jest": "^29.4.3",
"lint-staged": "13.2.2",
"node-polyfill-webpack-plugin": "latest",
"postcss": "8.4.23",
"postcss-custom-properties": "^13.1.5",
"postcss-html": "^1.5.0",
"prettier": "2.8.8",
"rimraf": "^5.0.1",
"stylelint": "15.6.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.31.1",
"vue-tsc": "1.2.0"
},
"resolutions": {
"**/libsodium": "npm:@bangjelkoski/noop",
"**/libsodium-wrappers": "npm:@bangjelkoski/noop",
"@ethereumjs/tx": "^4.1.1",
"eslint": "8.37.0"
}
}