-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 KB
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
{
"name": "gamepad",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@capacitor/cli": "^3.6.0",
"@iconify-json/mdi": "^1.1.27",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-netlify": "1.0.0-next.68",
"@sveltejs/adapter-static": "1.0.0-next.36",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.53.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"unplugin-icons": "^0.14.7",
"vite": "^3.0.0"
},
"type": "module",
"dependencies": {
"@awesome-cordova-plugins/android-full-screen": "^5.44.0",
"@awesome-cordova-plugins/core": "^5.44.0",
"@capacitor/android": "^3.6.0",
"@capacitor/core": "^3.6.0",
"@capacitor/haptics": "^1.1.4",
"@robingenz/capacitor-screen-orientation": "^1.1.7",
"cordova-plugin-fullscreen": "^1.3.0",
"rxjs": "^7.5.6",
"screenfull": "^6.0.2",
"socket.io-client": "^4.5.1"
}
}