Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Sep 25, 2023
1 parent e682963 commit 0484c7f
Show file tree
Hide file tree
Showing 2 changed files with 2,361 additions and 3,096 deletions.
91 changes: 53 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sodesu-comment",
"version": "0.0.1-alpha.24",
"description": "Comment system with SolidJS",
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.7.6",
"scripts": {
"start": "vite",
"dev": "vite",
Expand Down Expand Up @@ -90,63 +90,78 @@
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.20",
"@bpmn-io/snarkdown": "^2.2.0",
"@giphy/js-types": "^4.4.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@solid-primitives/date": "^2.0.14",
"@solid-primitives/storage": "^1.3.11",
"@rollup/plugin-typescript": "^11.1.3",
"@solid-primitives/date": "^2.0.17",
"@solid-primitives/storage": "^2.1.1",
"@traptitech/markdown-it-katex": "^3.6.0",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@unocss/core": "^0.53.4",
"@vite-pwa/vitepress": "^0.2.0",
"@types/babel__core": "^7.20.2",
"@types/node": "^20.6.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@unocss/core": "^0.56.1",
"@vite-pwa/vitepress": "^0.2.1",
"cross-env": "^7.0.3",
"esbuild": "^0.18.11",
"esbuild": "^0.19.3",
"esbuild-runner": "^2.2.2",
"eslint": "^8.44.0",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-solid": "^0.13.0",
"katex": "^0.16.8",
"prettier": "^2.8.8",
"rehype-document": "^6.1.0",
"rehype-format": "^4.0.1",
"rehype-katex": "^6.0.3",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"prettier": "^3.0.3",
"rehype-document": "^7.0.1",
"rehype-format": "^5.0.0",
"rehype-katex": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"rimraf": "^5.0.1",
"rollup": "^3.26.0",
"rollup-plugin-dts": "^5.3.0",
"rollup": "^3.29.3",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-summary": "^2.0.0",
"typescript": "^5.1.6",
"unified": "^10.1.2",
"unocss": "^0.53.4",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"typescript": "^5.2.2",
"unified": "^11.0.3",
"unocss": "^0.56.1",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-solid": "^2.7.0",
"vitepress": "1.0.0-beta.3",
"vitepress": "1.0.0-rc.20",
"vue": "^3.3.4",
"workbox-window": "^7.0.0"
},
"peerDependencies": {
"solid-js": "^1.7.6"
},
"dependencies": {
"@waline/client": "^2.15.5"
"@waline/client": "^2.15.8"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.groupby": "npm:@nolyfill/object.groupby@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}
Loading

0 comments on commit 0484c7f

Please sign in to comment.