-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
{
"dependencies": {
"@cmdcode/tapscript": "^1.4.6",
"@noble/curves": "^1.5.0",
"@noble/secp256k1": "^2.1.0",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/reactivity": "^3.4.34",
"@vueuse/core": "^10.11.0",
"autoprefixer": "^10.4.19",
"bech32": "^2.0.0",
"browserify-cipher": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.1.7",
"jdenticon": "^3.3.0",
"lucide-vue-next": "^0.394.0",
"pinia": "^2.1.7",
"prettier": "^3.3.3",
"radix-vue": "^1.9.2",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.0",
"vite": "^5.3.5",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.34",
"vue-sonner": "^1.1.4"
},
"description": "StatechainJS by Super Testnet implemented in Vue",
"name": "tayan",
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
},
"scripts": {
"dev": "vite",
"fmt": "prettier --write src && prettier --write vite.config.js",
"build": "vite build",
"preview": "vite preview"
},
"type": "module",
"version": "0.0.1",
"devDependencies": {
"unplugin-auto-import": "^0.18.2"
}
}