-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.41 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": "solid-tailwind-ts-vite-router-template",
"version": "1.0.0",
"author": "AR10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"eslint": "eslint src",
"eslint:fix": "eslint src --fix",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx,css}\""
},
"license": "MIT",
"devDependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@noble/hashes": "^1.3.3",
"@noble/secp256k1": "^2.0.0",
"@scure/base": "^1.1.5",
"@scure/bip32": "^1.3.3",
"@scure/bip39": "^1.2.2",
"@types/lodash-es": "^4",
"@types/node": "20.10.5",
"@types/ws": "^8",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@walletconnect/legacy-client": "^2.0.0",
"@walletconnect/sign-client": "^2.11.0",
"autoprefixer": "10.4.16",
"cssnano": "6.0.2",
"cssnano-preset-advanced": "6.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.1",
"lodash-es": "^4.17.21",
"postcss": "8.4.32",
"prettier": "3.1.1",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-plugin-solid": "2.8.0",
"ws": "^8.15.1"
},
"dependencies": {
"@solidjs/router": "0.8.2",
"buffer": "^6.0.3",
"cosmes": "^0.0.46",
"solid-js": "1.8.7"
},
"packageManager": "[email protected]"
}