-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.91 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
{
"name": "svelte-tezos-template",
"version": "1.0.0",
"devDependencies": {
"@taqueria/plugin-flextesa": "^0.22.2",
"@taqueria/plugin-ligo": "^0.22.2",
"@taqueria/plugin-taquito": "^0.23.1-rc.1",
"@taqueria/plugin-tezos-client": "^0.22.2",
"@tsconfig/svelte": "^1.0.10",
"@types/node": "^14.14.33",
"autoprefixer": "^10.2.5",
"buffer": "^5.7.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.1.2",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^6.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss-loader": "^5.2.0",
"sass-loader": "^11.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"style-loader": "^2.0.0",
"svelte": "^3.35.0",
"svelte-check": "^1.2.5",
"svelte-loader": "^3.0.0",
"svelte-preprocess": "^4.6.9",
"ts-loader": "^8.0.18",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack serve --content-base public",
"validate": "svelte-check"
},
"dependencies": {
"@airgap/beacon-sdk": "^3.3.0",
"@microsoft/signalr": "^5.0.4",
"@taquito/beacon-wallet": "^14.0.0",
"@taquito/taquito": "^14.0.0",
"file-loader": "^6.2.0",
"sass": "^1.38.0"
},
"description": "The app allows users to change the values of various bigmaps on the blockchain.",
"main": "svelte.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelkernaghan/bigmaptester.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/michaelkernaghan/bigmaptester/issues"
},
"homepage": "https://github.com/michaelkernaghan/bigmaptester#readme"
}