-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "telegram-charts",
"version": "1.0.0",
"description": "Charts for telegram",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npm run dev -- --watch",
"dev": "webpack --mode development",
"serve": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gebeto/telegram-charts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gebeto/telegram-charts/issues"
},
"homepage": "https://github.com/gebeto/telegram-charts#readme",
"dependencies": {
"css-loader": "^3.2.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^8.0.0",
"svg-url-loader": "^3.0.3",
"terser-webpack-plugin": "^2.2.2",
"url-loader": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"babel-loader": "^8.0.6",
"file-loader": "^5.0.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}