-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
117 lines (117 loc) · 4.3 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
{
"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 && ts-node -P tsconfig-script.json ./scripts/tokens.ts && ts-node -P tsconfig-script.json ./scripts/wallets.ts",
"dev": "nuxi dev",
"dev:local": "LOCAL_LAYER=true 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 add https://github.com/InjectiveLabs/shared-packages#master --ignore-scripts && yarn fetch:data",
"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",
"ui-sync-clean": "cd ../injective-ui/layer && rm -rf node_modules && cd ../../injective-helix && rm -rf node_modules && yarn ui-sync",
"ui-sync": "cd ../injective-ui && git pull && cd layer && yarn install --force && cd ../../injective-helix && git pull && yarn install --force"
},
"lint-staged": {
"**/*.{js,ts,vue,html}": [
"eslint --max-warnings 0 --no-ignore"
],
"*.{css,vue}": "stylelint"
},
"dependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@popperjs/core": "^2.11.6",
"@vueuse/components": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"apexcharts": "^3.41.1",
"axios": "^1.6.2",
"core-js": "^3.10.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"deepmerge": "^4.2.2",
"gsap": "^3.12.5",
"html-to-image": "^1.11.11",
"lightweight-charts": "^4.1.1",
"lottie-web": "^5.12.2",
"mixpanel-browser": "^2.48.1",
"nuxt": "3.11.2",
"shared-packages": "https://github.com/InjectiveLabs/shared-packages#master",
"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": "^1.3.6",
"@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/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",
"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.2",
"typescript": "5.4.5",
"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"
}
}