-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "nft-book-press",
"engines": {
"node": "18"
},
"scripts": {
"build": "nuxt build",
"build:production": "nuxt build --dotenv .env.production",
"dev": "nuxt dev",
"dev:production": "nuxt dev --dotenv .env.production",
"generate": "nuxt generate",
"generate:production": "nuxt generate --dotenv .env.production",
"lint": "eslint . --ext \".js,.vue,.ts\" --fix",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@likecoin/iscn-js": "^0.7.0-beta.0",
"@likecoin/qr-code-styling": "^1.6.6",
"@likecoin/wallet-connector": "^0.27.1",
"@nuxt/ui": "2.17.0",
"@pinia/nuxt": "^0.4.8",
"@sentry/nuxt": "^8.27.0",
"bignumber.js": "^9.1.0",
"buffer": "^6.0.3",
"cosmjs-types": "^0.8.0",
"csv": "^6.2.2",
"csv-stringify": "^6.5.1",
"dompurify": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"md-editor-v3": "^4.2.2",
"pinia": "^2.0.34",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@keplr-wallet/types": "^0.11.57",
"@nuxt/scripts": "0.9.5",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.0.2",
"@types/dompurify": "^3.0.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^18",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"nuxt": "^3.13.2",
"nuxt-gtag": "^1.1.2",
"nuxt-security": "2.1.4",
"typescript": "^5.0.4",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-replace": "^0.1.1"
}
}