-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.63 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
{
"name": "webogram",
"version": "1.0.0",
"description": "Telegram light web client",
"repository": "[email protected]:pioh/webogram.git",
"author": "Artemiy Dudko <[email protected]>",
"license": "MIT",
"scripts": {
"gh-pages": "yarn prod && \\cp -r ./dist/* ./",
"prod": "rm -rf dist && NODE_ENV=production yarn webpack",
"fix": "yarn prettier \"./**/*.{ts,js,json,scss,css,jsx,tsx,html}\" --write && node ./node_modules/.bin/tslint --project . --fix",
"start": "yarn webpack --watch"
},
"devDependencies": {
"@types/node": "12.12.6",
"@types/pako": "1.0.1",
"awesome-typescript-loader": "5.2.1",
"css-loader": "3.2.0",
"cssnano": "4.1.10",
"fs-extra": "8.1.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.8.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"prettier": "1.18.2",
"sass": "1.23.3",
"sass-loader": "8.0.0",
"source-map-loader": "0.2.4",
"svg-url-loader": "3.0.2",
"terser-webpack-plugin": "2.2.1",
"tslint": "5",
"tslint-config-prettier": "1.18.0",
"tslint-eslint-rules": "5.4.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "3.6.4",
"typescript-plugin-css-modules": "2.0.2",
"url-loader": "2.2.0",
"webpack": "4.41.2",
"webpack-cli": "3.3.10",
"@types/jsbn": "1.2.29",
"@types/runes": "0.4.1",
"worker-loader": "2.0.0",
"tslint-etc": "1.9.2",
"ts-node": "8.4.1",
"worker-plugin": "3.2.0"
},
"dependencies": {
"imask": "5.2.1",
"jsbn": "1.1.0",
"leemon": "6.2.0",
"pako": "1.0.10",
"runes": "0.4.3"
}
}