-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.35 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
55
56
57
58
{
"name": "terminalizer-player",
"version": "0.4.1",
"description": "A web player for Terminalizer's recordings",
"main": "dist/js/terminalizer.js",
"author": "Mohammad Fares <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/faressoft/terminalizer-player.git"
},
"scripts": {
"dev": "NODE_ENV=development webpack --colors --watch",
"build": "NODE_ENV=production webpack --optimize-minimize --progress --colors",
"prepublish": "npm run build"
},
"keywords": [
"terminalizer",
"player",
"terminal",
"record",
"capture",
"tty",
"shot",
"bash",
"powershell",
"gif",
"animated",
"generate",
"theme",
"colors",
"font",
"repeat",
"command-line",
"shell",
"zsh",
"bash-profile",
"render",
"pty"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^0.1.19",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.4.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"xterm": "3.5.1",
"autoprefixer": "^9.1.5",
"css-loader": "^1.0.0",
"postcss-loader": "^3.0.0"
}
}