-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "shared",
"version": "0.0.0",
"author": "IOTA Foundation <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@iota/crypto.js": "^1.8.6",
"@iota/sdk": "1.1.5",
"@iota/unit-converter": "^1.0.0-beta.30",
"@iota/util.js": "^2.0.0-rc.1",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"big-integer": "^1.6.51",
"big.js": "^6.0.3",
"lottie-web": "^5.7.8",
"qrious": "^4.0.2",
"sha3": "^2.1.4",
"svelte": "^4.2.19",
"svelte-i18n": "3.7.0",
"svelte-markdown": "0.2.3",
"svelty-picker": "^5.0.0",
"zxcvbn": "^4.4.2"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest"
},
"devDependencies": {
"@swc/core": "^1.4.17",
"@swc/jest": "^0.2.24",
"@tsconfig/svelte": "^5.0.0",
"@types/big.js": "^6.2.2",
"@types/jest": "^29.5.0",
"autoprefixer": "^10.4.16",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.31",
"postcss-cli": "^11.0.0",
"prettier": "3.3.2",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.76.0",
"svelte-check": "^3.8.1",
"svelte-loader": "^3.1.9",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.4.4",
"tslib": "^2.0.1",
"typescript": "^5.0.3",
"valid-url": "^1.0.9",
"zxcvbn": "^4.4.2"
}
}