-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 Bytes
/
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
{
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.0.0",
"cssnano": "^6.1.2",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"postcss-loader": "^8.1.1",
"style-loader": "^3.3.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@tonconnect/sdk": "^3.0.0",
"@tonconnect/ui": "^2.0.0",
"buffer": "^6.0.3",
"gh-pages": "^6.1.1",
"ton": "^13.9.0",
"ton-client-js": "^0.28.1",
"ton-core": "^0.53.0",
"ton-crypto": "^3.2.0",
"tonweb": "^0.0.66"
}
}