-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "wtherion",
"version": "0.10.0",
"main": "main.js",
"type": "module",
"scripts": {
"lint": "eslint .",
"dev": "vite",
"build": "vite build",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"repository": "https://github.com/daem-on/wtherion.git",
"author": "daem-on <daem_on@icloud.com>",
"license": "MIT",
"dependencies": {
"@floating-ui/vue": "^1.1.1",
"@octokit/rest": "^19.0.4",
"file-saver": "^2.0.5",
"@daem-on/graphite": "0.0.7",
"lz-string": "^1.5.0",
"paper": "^0.12.15",
"vue": "^3.4.21",
"vue-i18n": "^9.11.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/paper": "^0.12.3",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-vue": "5.0.4",
"eslint": "8.57.0",
"typescript": "5.4.3",
"vite": "5.2.8",
"vite-plugin-pwa": "^0.19.8",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
},
"description": ""
}