forked from Tommertom/svelte-ionic-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 878 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
35
36
{
"name": "ionic-svelte",
"version": "0.5.71",
"private": false,
"homepage": "https://ionicsvelte.firebaseapp.com",
"repository": {
"type": "git",
"url": "https://github.com/Tommertom/svelte-ionic-app.git"
},
"keywords": [
"ui library",
"ui",
"ionic",
"svelte",
"sveltekit",
"vite"
],
"main": "index.ts",
"module": "index.ts",
"types": "index.d.ts",
"bugs": {
"url": "https://github.com/Tommertom/svelte-ionic-app/issues"
},
"description": "The NPM library to implement Ionic in any Svelte project - supporting SvelteKit and Svelte with Vite",
"scripts": {
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"type": "module",
"devDependencies": {
"svelte": "^3.55.1"
},
"dependencies": {
"@ionic/core": "^6.6.0"
}
}