-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 974 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 974 Bytes
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
41
42
43
{
"name": "@daem-on/graphite",
"version": "0.0.7",
"type": "module",
"scripts": {
"build": "vite build"
},
"author": "daem-on <daemon.onwave@gmail.com>",
"license": "MIT",
"dependencies": {
"@floating-ui/vue": "^1.1.1",
"file-saver": "^2.0.5",
"paper": "^0.12.15",
"vue": "^3.4.21"
},
"exports": {
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js"
}
},
"files": [
"dist"
],
"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.5",
"eslint": "8.57.0",
"typescript": "5.4.3",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^2.0.13"
},
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/daem-on/graphite"
}
}