mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-05-04 00:11:22 +00:00
85bce61525
* [Parse Error] - Dualstring bow #60 * Adds starting for localization * tests yay, this is terrible Add junit tests :( #74 * revert tests cause they were really terrible * bump gitignore so i dont lose files * Update Traditional Chinese (#79) * Update issue templates * Update issue templates * Update for Traditional Chinese * Update Traditional Chinese * add new client strings * Hard coded strings (#80) * Features/pseudo-pseudo (#93) * uhhhhhhhhhhhh, maybe pseudo will get support before GGG * psesudo only ele * remove git ignored files * fix ignore * [Parse Error] - % based value not updating #88 * [Not Recognized Modifier] - Allies in your Presence have +11% to all Elemental Resistances #76 * fully fixes now * fixes: #61 #75 [Not Recognized Modifier] - Spirit: 100 #61 [Not Recognized Modifier] - Charm Slots: 1 #75 * [Parse Error] - Shouldn't show attacks per second #62 * [Not Recognized Modifier] - Items with bottom help text #63 * version bump
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"name": "exiled-exchange-2",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lint": "eslint --ext .ts,.vue src",
|
|
"lint-fix": "eslint --ext .ts,.vue src --fix",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"make-index-files": "node src/assets/make-index-files.mjs",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "6.x.x",
|
|
"@sindresorhus/fnv1a": "^3.0.0",
|
|
"@vueuse/core": "^11.0.0",
|
|
"animate.css": "^4.1.1",
|
|
"apexcharts": "^4.0.0",
|
|
"dot-prop": "9.x.x",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fastest-levenshtein": "^1.0.16",
|
|
"luxon": "3.x.x",
|
|
"neverthrow": "^8.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"sockette": "^2.0.6",
|
|
"tailwindcss": "3.x.x",
|
|
"tippy.js": "^6.2.7",
|
|
"vue": "3.2.37",
|
|
"vue-i18n": "^10.0.0",
|
|
"vue3-apexcharts": "^1.1.1",
|
|
"vuedraggable": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/luxon": "^3.0.0",
|
|
"@types/node": "^20.0.0",
|
|
"@types/object-hash": "^3.0.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"autoprefixer": "^10.0.2",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"postcss": "^8.2.14",
|
|
"prettier": "3.4.2",
|
|
"typescript": "5.6.x",
|
|
"vite": "^5.0.0",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^2.1.8",
|
|
"vitest-mock-extended": "^2.0.2",
|
|
"vue-tsc": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-standard-with-typescript": "^31.0.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-n": "^15.0.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-vue": "^9.1.1"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"tailwindcss/nesting": {},
|
|
"tailwindcss": {},
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"chrome >= 101"
|
|
]
|
|
} |