forked from Eugeny/terminus-quick-cmds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "terminus-snippets",
"version": "1.0.0",
"description": "Snippets manager for Terminus",
"homepage": "https://github.com/mishoboss/terminus-snippets",
"keywords": [
"terminus-plugin",
"snippets"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "Mike Pan",
"license": "MIT",
"devDependencies": {
"@angular/animations": "12.0.0",
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/platform-browser": "12.0.0",
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@types/node": "^12.0.1",
"@types/webpack-env": "^1.16.2",
"apply-loader": "^2.0.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^6.5.1",
"electron": "^13.5.1",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"rxjs": "^6.6.2",
"rxjs-compat": "^6.6.2",
"sass-loader": "^12.3.0",
"svg-inline-loader": "^0.8.2",
"terminus-core": "^1.0.140",
"terminus-settings": "^1.0.140",
"terminus-terminal": "^1.0.140",
"to-string-loader": "^1.1.5",
"typescript": "^4.3.5",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"sass": "^1.44.0",
"ts-loader": "^9.2.6"
}
}