-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "@floatsheep/tg-talker",
"version": "1.0.5",
"description": "A talk based on Telegram Channel",
"main": "dist/index.js",
"scripts": {
"dev": "pnpm webpack serve",
"build": "pnpm webpack",
"purge": "cnpm sync @floatsheep/tg-talker"
},
"author": "FloatSheep",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@babel/runtime": "^7.24.1",
"@babel/runtime-corejs3": "^7.24.1",
"core-js": "3",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"marked": "^12.0.1",
"medium-zoom": "^1.1.0",
"whatwg-fetch": "^3.6.20"
}
}