-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.7 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
{
"name": "@orbs-network/tsv-widget",
"version": "0.0.1",
"description": "Ton contract code viewer for func with code highlighting ",
"main": "build/index.js",
"scripts": {
"start": "webpack-dev-server --hot",
"build": "rm -rf build && webpack --devtool eval",
"npm-publish" : "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "https://github.com/orbs-network/tsv-widget"
},
"bugs": {
"url": "https://github.com/orbs-network/tsv-widget/issues"
},
"author": "Deddy Dayag ([email protected])",
"license": "MIT",
"homepage": "https://github.com/orbs-network/tsv-widget",
"keywords": [
"ton",
"source",
"verifier",
"widget",
"sources"
],
"dependencies": {
"@types/codemirror": "^5.43.0",
"codemirror": "^5.43.0",
"codemirror-textmate": "git://github.com/orbs-network/codemirror-textmate",
"onigasm": "^2.2.5"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.19.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"babel-preset-minify": "^0.5.2",
"css-loader": "^6.7.1",
"to-string-loader": "^1.2.0",
"css-minimizer-webpack-plugin": "^4.1.0",
"eslint": "^8.23.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.1",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}