-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "chrome_extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --watch",
"build": "rm -Rf ./dist && NODE_ENV=production webpack",
"serve": "webpack serve --host 0.0.0.0 --port 1235"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^7.0.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.0.1",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"js-yaml": "^4.0.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^1.3.3",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"stream-browserify": "^3.0.0",
"svelte-loader": "^3.0.0",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"dependencies": {
"@popperjs/core": "^2.9.1",
"@tonclient/core": "^1.21.1",
"@tonclient/lib-web": "^1.21.1",
"bignumber.js": "^9.0.1",
"crypto-js": "^4.0.0",
"lodash": "^4.17.20",
"svelte": "^3.32.1",
"to-hex": "0.0.16"
}
}