-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
70 lines (70 loc) · 2.1 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
65
66
67
68
69
70
{
"name": "nft-armory",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .eslintignore --fix src",
"format": "prettier . --write",
"test": "jest"
},
"dependencies": {
"@metaplex/js": "^4.1.0",
"@pinata/sdk": "^1.1.23",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.7.0",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@solana/web3.js": "^1.30.2",
"@strata-foundation/web3-token-auth": "^3.4.6",
"@types/file-saver": "^2.0.3",
"@vueuse/core": "^6.8.0",
"axios": "^0.24.0",
"bn.js": "^5.2.0",
"borsh": "^0.6.0",
"bs58": "^4.0.1",
"core-js": "^3.6.5",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.3.2",
"jszip": "^3.7.1",
"numeral": "^2.0.6",
"vue": "^3.0.0",
"vue-clipboard3": "^1.0.1",
"vue-gtag": "^2.0.1",
"vue-head": "MKGaru/vue-head#vue3",
"vue-infinite-loading": "^3.0.0-alpha.0-0",
"vue-json-pretty": "^2.0.4",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^9",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^8.0.3",
"jest": "^26.0",
"postcss": "^7",
"prettier": "^2.4.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@2.1.4",
"ts-jest": "^26.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "~4.1.5",
"vue-jest": "^5.0.0-0"
}
}