-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 992 Bytes
/
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
{
"author": "Sherif Elmetwally (https://github.com/selmetwa)",
"name": "arabic-virtual-keyboard",
"version": "0.2.8",
"type": "module",
"description": "Virtual Arabic Keyboard for English speakers learning Arabic.",
"main": "src/arabic-keyboard.js",
"module": "src/arabic-keyboard.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "web-test-runner \"src/**/*.test.js\" --node-resolve"
},
"dependencies": {
"@lit-labs/react": "^2.1.2",
"@lit/react": "^1.0.2",
"lit": "^3.1.2",
"vite": "^4.5.2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/test-runner": "^0.17.2"
},
"repository": {
"type": "git",
"url": "https://github.com/selmetwa/arabic-virtual-keyboard"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/selmetwa/arabic-virtual-keyboard/issues"
},
"homepage": "https://github.com/selmetwa/arabic-virtual-keyboard#readme"
}