forked from Jackymancs4-Fork/atom-better-git-blame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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": "better-git-blame-fork",
"main": "dist/bundle.js",
"version": "0.5.6",
"description": "Git blame gutter with pull requests, related issues, and age color-coding of code.",
"keywords": [
"git",
"blame",
"pull-request",
"github",
"gitlab",
"jira",
"stepsize",
"layer"
],
"repository": "https://github.com/facastagnini/atom-better-git-blame",
"license": "MIT",
"scripts": {
"dev": "tsc --watch",
"build": "./node_modules/.bin/rollup -c",
"pretty": "./node_modules/.bin/prettier \"lib/**/*.ts\" --write"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {},
"devDependencies": {
"@types/atom": "^0.0.39",
"@types/lodash": "^4.14.74",
"@types/lowdb": "^0.15.0",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"git-url-parse": ">7.0.0",
"install": "^0.10.1",
"lodash": "^4.17.4",
"lowdb": "^1.0.0",
"moment": "^2.18.1",
"node-color-gradient": "github:Stepsize/node-color-gradient",
"preact": "^8.2.5",
"preact-compat": "^3.17.0",
"prettier": "^1.6.1",
"rollup": "^1.0.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-re": "^1.0.6",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript": "^0.8.1",
"ts-loader": "^2.3.4",
"typescript": "^2.5.2",
"uuid-v4": "^0.1.0",
"webpack": "^4.0.0"
}
}