-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 2.02 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
62
63
64
{
"name": "cozmos",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"build": "svelte-kit build",
"cypress:open": "cypress open",
"dev": "TAILWIND_MODE=watch svelte-kit dev",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"preview": "svelte-kit preview"
},
"devDependencies": {
"@asoltys/vite-plugin-stream-shim": "^1.0.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@sveltejs/adapter-node": "^1.0.0-next.67",
"@sveltejs/kit": "^1.0.0-next.244",
"autoprefixer": "^10.4.2",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bs58": "^4.0.1",
"buffer": "^6.0.3",
"buffer-reverse": "^1.0.1",
"cipher-base": "github:asoltys/cipher-base",
"cookie": "^0.4.1",
"crypto-js": "^4.1.1",
"cssnano": "^5.0.16",
"cypress": "^9.3.1",
"cypress-file-upload": "^5.0.8",
"date-fns": "^2.28.0",
"graphql": "^15.8.0",
"hash-base": "github:asoltys/hash-base",
"jwt-decode": "^3.1.2",
"liquidjs-lib": "github:asoltys/liquidjs-lib#v6.0.3",
"long": "^4.0.0",
"node-fetch": "^3.2.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.6",
"postcss-cli": "^8.3.1",
"postcss-load-config": "^3.1.1",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"qrcode-generator-es6": "^1.1.4",
"rollup": "^2.66.1",
"simple-svelte-autocomplete": "^2.2.4",
"slip77": "^0.1.1",
"subscriptions-transport-ws": "^0.9.19",
"svelte": "^3.46.3",
"svelte-fa": "^2.4.0",
"svelte-preprocess": "^4.10.2",
"svelte-scrollto": "^0.2.0",
"svelte-select": "^4.4.7",
"tailwindcss": "^3.0.18",
"uuid": "^8.3.2",
"wretch": "^1.7.7",
"wretch-middlewares": "^0.1.13"
},
"type": "module"
}