-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
61 lines (61 loc) · 1.63 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
53
54
55
56
57
58
59
60
61
{
"name": "lopaka",
"version": "0.45",
"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": {
"@tailwindcss/typography": "^0.5.13",
"@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",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"probe-image-size": "^7.2.3",
"tailwindcss": "^3.4.3",
"vite": "^4.4.9",
"vitest": "^0.34.5"
},
"dependencies": {
"@types/dom-serial": "^1.0.4",
"ace-builds": "^1.32.6",
"base64-arraybuffer": "^1.0.2",
"pako": "^2.1.0",
"pug": "^3.0.2",
"typescript": "^5.2.2",
"vue": "^3.3.4",
"vue3-ace-editor": "^2.2.4",
"vuedraggable": "^4.1.0"
}
}