Initial commit
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"name": "client",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"watch": "vite build --watch --mode development",
|
||||
"build": "vite build",
|
||||
"build:debug": "yarn build",
|
||||
"lint": "biome check **/*.ts --apply && yarn lint:vue",
|
||||
"lint:vue": "paralint --ext .vue --fix '**/*.vue' --cache",
|
||||
"format": "biome format * --write && prettier --write '**/*.{scss,vue}' --cache --cache-strategy metadata"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@phosphor-icons/web": "^2.0.3",
|
||||
"@rollup/plugin-json": "^6.0.1",
|
||||
"@rollup/pluginutils": "^5.1.0",
|
||||
"@syuilo/aiscript": "0.17.0",
|
||||
"@types/glob": "8.1.0",
|
||||
"@types/katex": "0.16.0",
|
||||
"@types/matter-js": "0.18.2",
|
||||
"@types/punycode": "2.1.0",
|
||||
"@types/seedrandom": "3.0.5",
|
||||
"@types/throttle-debounce": "5.0.0",
|
||||
"@types/tinycolor2": "1.4.3",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vue/compiler-sfc": "^3.5.34",
|
||||
"autobind-decorator": "2.4.0",
|
||||
"autosize": "5.0.2",
|
||||
"blurhash": "2.0.5",
|
||||
"broadcast-channel": "5.1.0",
|
||||
"browser-image-resizer": "https://iceshrimp.dev/iceshrimp/browser-image-resizer.git",
|
||||
"chart.js": "^4.5.1",
|
||||
"chartjs-adapter-date-fns": "3.0.0",
|
||||
"chartjs-chart-matrix": "^2.0.1",
|
||||
"chartjs-plugin-gradient": "0.6.1",
|
||||
"chartjs-plugin-zoom": "2.0.1",
|
||||
"city-timezones": "^1.2.1",
|
||||
"compare-versions": "6.0.0",
|
||||
"cropperjs": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"emojilib": "^4.0.2",
|
||||
"eventemitter3": "5.0.1",
|
||||
"fast-blurhash": "^1.1.2",
|
||||
"focus-trap": "^7.5.2",
|
||||
"focus-trap-vue": "^4.0.2",
|
||||
"gsap": "^3.12.2",
|
||||
"iceshrimp-sdk": "workspace:*",
|
||||
"idb-keyval": "6.2.1",
|
||||
"insert-text-at-cursor": "0.3.0",
|
||||
"json5": "2.2.3",
|
||||
"katex": "^0.16.45",
|
||||
"matter-js": "^0.20.0",
|
||||
"mfm-js": "^0.25.0",
|
||||
"paralint": "^1.2.1",
|
||||
"photoswipe": "^5.4.4",
|
||||
"plyr": "^3.8.4",
|
||||
"prettier": "3.0.0",
|
||||
"prettier-plugin-vue": "1.1.6",
|
||||
"prismjs": "1.29.0",
|
||||
"punycode": "2.3.0",
|
||||
"rollup": "4.6.1",
|
||||
"s-age": "1.1.2",
|
||||
"sass": "^1.99.0",
|
||||
"seedrandom": "3.0.5",
|
||||
"stringz": "2.1.0",
|
||||
"swiper": "11.2.10",
|
||||
"syuilo-password-strength": "0.0.1",
|
||||
"textarea-caret": "3.1.0",
|
||||
"throttle-debounce": "5.0.0",
|
||||
"tinycolor2": "1.6.0",
|
||||
"typescript": "^6.0.3",
|
||||
"unicode-emoji-json": "^0.8.0",
|
||||
"uuid": "^14.0.0",
|
||||
"vite": "7.3.3",
|
||||
"vue": "^3.5.34",
|
||||
"vue-draggable-plus": "^0.2.2",
|
||||
"vue-prism-editor": "2.0.0-alpha.2",
|
||||
"vuedraggable": "next"
|
||||
},
|
||||
"dependencies": {
|
||||
"fengari": "^0.1.5",
|
||||
"shogiops": "^0.21.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user