forked from sbrin/lopaka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "lopaka",
"version": "0.0.1",
"description": "Embedded graphics editor with code builder",
"main": "index.html",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "vite",
"test": "vitest --mode test --run --coverage",
"test-dev": "vitest --mode test",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbrin/lopaka.git"
},
"keywords": [
"embedded",
"editor",
"graphics",
"canvas",
"arduino",
"u8g2",
"flipperzero"
],
"author": "sbrin",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/sbrin/lopaka/issues"
},
"homepage": "https://github.com/sbrin/lopaka#readme",
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.4",
"@vitest/ui": "^0.34.4",
"@vue/test-utils": "^2.4.1",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"vite": "^4.4.9",
"vitest": "^0.34.5"
},
"dependencies": {
"@types/dom-serial": "^1.0.4",
"base64-arraybuffer": "^1.0.2",
"pako": "^2.1.0",
"typescript": "^5.2.2",
"vue": "^3.3.4"
}
}