mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-05-04 00:11:22 +00:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "exiled-exchange-2",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"check-types": "tsc --noemit",
|
|
"lint": "eslint --ext .ts,.vue src",
|
|
"lint-fix": "eslint --ext .ts,.vue src --fix",
|
|
"format": "prettier . --write ",
|
|
"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.8",
|
|
"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.6.2",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"autoprefixer": "^10.0.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"node-fetch": "^3.3.2",
|
|
"postcss": "^8.2.14",
|
|
"prettier": "3.4.2",
|
|
"typescript": "5.6.x",
|
|
"vite": "^5.0.0",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^4.0.18",
|
|
"vitest-mock-extended": "^3.1.0",
|
|
"vue-tsc": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@vue/eslint-config-standard-with-typescript": "^9.2.0",
|
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-vue": "~10.8.0"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"tailwindcss/nesting": {},
|
|
"tailwindcss": {},
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"chrome >= 101"
|
|
]
|
|
}
|