-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.87 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
{
"name": "@peerpiper/web3-wallet-connector",
"version": "0.1.8",
"main": "index.js",
"module": "index.js",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"rollup:components": "rollup -c",
"package": "svelte-kit sync && svelte-package",
"build:components": "node buildComponents.mjs",
"purge:package": "node purge.js",
"npm:publish": "npm run purge:package && npm publish ./package --access public",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0-next.48",
"@sveltejs/kit": "^1.0.0-next.544",
"@sveltejs/package": "^1.0.0-next.5",
"autoprefixer": "^10.4.13",
"dotenv": "^16.0.3",
"globby": "^13.1.2",
"postcss": "^8.4.19",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-inline-svg": "^2.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"dependencies": {
"@neodrag/svelte": "^1.2.3",
"immortal-db": "^1.1.0",
"penpal": "^6.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/PeerPiper/web3-wallet-connector.git"
},
"homepage": "https://github.com/PeerPiper/web3-wallet-connector"
}