-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.08 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "baf-wallet",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "nx serve+api frontend",
"client-gen": "npm run tsoa-gen && nx run api-client:autogen",
"tsoa-gen": "nx run api:tsoa",
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write --exclude libs/baf-contract/contract",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"prepare": "husky install"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/runtime": "^7.12.18",
"@cypress/webpack-preprocessor": "^5.7.0",
"@nrwl/cli": "11.5.1",
"@nrwl/cypress": "11.5.1",
"@nrwl/eslint-plugin-nx": "11.5.1",
"@nrwl/express": "^11.6.2",
"@nrwl/jest": "11.5.1",
"@nrwl/linter": "11.5.1",
"@nrwl/node": "11.5.1",
"@nrwl/tao": "11.5.1",
"@nrwl/workspace": "11.5.1",
"@nxext/svelte": "^11.2.2",
"@openapitools/openapi-generator-cli": "^2.2.2",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.2",
"@smui/button": "^4.2.0",
"@smui/card": "^4.2.0",
"@smui/data-table": "^4.2.0",
"@smui/textfield": "^4.2.0",
"@smui/top-app-bar": "^4.2.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/line-clamp": "^0.2.0",
"@tailwindcss/typography": "^0.4.0",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^1.0.10",
"@types/bn.js": "^5.1.0",
"@types/body-parser": "^1.19.0",
"@types/elliptic": "^6.4.12",
"@types/express": "^4.17.0",
"@types/jest": "26.0.8",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/node": "^12.20.7",
"@types/optimize-css-assets-webpack-plugin": "^5.0.2",
"@types/secp256k1": "^4.0.1",
"@types/webpack-dev-server": "^3.11.1",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"@yelo/rollup-node-external": "^1.0.1",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"chai-as-promised": "^7.1.1",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"core-js": "^3.9.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.2",
"cypress": "^6.0.1",
"dotenv": "^6.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-svelte3": "^2.7.3",
"husky": "^6.0.0",
"jest": "26.2.2",
"mini-css-extract-plugin": "^1.4.1",
"node-polyfill-webpack-plugin": "^1.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.2.10",
"postcss-import": "^14.0.0",
"postcss-load-config": "^3.0.1",
"postcss-loader": "^5.2.0",
"postcss-nested": "^5.0.5",
"precss": "^4.0.0",
"prettier": "2.2.1",
"regenerator-runtime": "^0.13.7",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"svelte": "^3.35.0",
"svelte-check": "^1.2.6",
"svelte-jester": "^1.3.0",
"svelte-loader": "^3.0.0",
"svelte-preprocess": "^4.6.9",
"tailwindcss": "^2.0.4",
"ts-jest": "26.4.0",
"ts-loader": "^8.0.17",
"ts-node": "~9.1.1",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"tslib": "^2.2.0",
"tsoa": "^3.6.1",
"typescript": "^4.2.4",
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@toruslabs/fetch-node-details": "^2.4.0",
"@toruslabs/torus-direct-web-sdk": "^4.11.1",
"@toruslabs/torus.js": "^2.3.0",
"@types/dotenv": "^8.2.0",
"@types/ws": "^7.4.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bs58": "^4.0.1",
"buffer": "^5.7.1",
"cors": "^2.8.5",
"discord.js": "^12.5.1",
"elliptic": "^6.5.4",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"jazzicon": "^1.5.0",
"js-sha256": "^0.9.0",
"js-sha3": "^0.8.0",
"near-api-js": "^0.39.0",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"pm2": "^4.5.5",
"reflect-metadata": "^0.1.13",
"secp256k1": "^4.0.2",
"svelte-loading-spinners": "^0.1.3",
"svelte-material-ui": "^4.2.0",
"svelte-spa-router": "^3.1.0",
"svelte-spinner": "^2.0.1",
"tsoa": "^3.5.2",
"tweetnacl": "^1.0.3",
"typedi": "^0.10.0",
"typedjson": "^1.7.0",
"uninstall": "0.0.0"
}
}