|
49 | 49 | "axios": "^0.26.1", |
50 | 50 | "codemirror": "^5.65.7", |
51 | 51 | "codemirror-textmate": "^1.1.0", |
| 52 | + "crypto-js": "^4.1.1", |
52 | 53 | "date-fns": "^2.28.0", |
53 | 54 | "dom-to-image": "^2.6.0", |
54 | 55 | "electron-store": "^8.0.1", |
|
70 | 71 | "prettier-plugin-java": "^1.6.1", |
71 | 72 | "prettier-plugin-sh": "0.8.2", |
72 | 73 | "prettier-plugin-toml": "^0.3.1", |
| 74 | + "query-string": "^8.1.0", |
73 | 75 | "sanitize-html": "^2.7.0", |
74 | 76 | "slash": "^3.0.0", |
| 77 | + "slugify": "^1.6.6", |
| 78 | + "uuid": "^9.0.1", |
75 | 79 | "vercel-toast": "^1.5.5", |
76 | 80 | "vue": "^3.2.33", |
77 | 81 | "vue-router": "^4.0.14", |
|
82 | 86 | "@commitlint/config-conventional": "^15.0.0", |
83 | 87 | "@tsconfig/node14": "^1.0.1", |
84 | 88 | "@types/codemirror": "^5.60.5", |
| 89 | + "@types/crypto-js": "^4.1.2", |
85 | 90 | "@types/dom-to-image": "^2.6.4", |
86 | 91 | "@types/estree": "^0.0.51", |
87 | 92 | "@types/i18next-fs-backend": "^1.1.2", |
|
91 | 96 | "@types/node": "^17.0.4", |
92 | 97 | "@types/prettier": "^2.6.0", |
93 | 98 | "@types/sanitize-html": "^2.6.2", |
| 99 | + "@types/uuid": "^9.0.4", |
94 | 100 | "@types/webpack": "^5.28.0", |
95 | 101 | "@typescript-eslint/eslint-plugin": "^5.8.0", |
96 | 102 | "@typescript-eslint/parser": "^5.8.0", |
|
0 commit comments