-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "gitgud",
"version": "0.0.0",
"description": "gitgud - git client",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"start": "electron dist/",
"build": "webpack",
"lint-ts": "tslint --project tsconfig.json"
},
"devDependencies": {
"@types/electron": "1.6.10",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.2",
"sass-webpack-plugin": "1.0.3",
"ts-loader": "4.4.2",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.4.0",
"tslint-loader": "3.6.0",
"tslint-react": "3.6.0",
"typescript": "3.0.1",
"webpack": "4.16.5",
"webpack-cli": "3.1.0"
},
"dependencies": {
"@types/classnames": "2.2.6",
"@types/lodash": "4.14.116",
"@types/nodegit": "0.22.3",
"@types/react": "16.4.9",
"@types/react-dom": "16.0.7",
"@types/react-redux": "6.0.6",
"@types/redux": "3.6.0",
"@types/redux-thunk": "2.1.0",
"classnames": "2.2.6",
"electron": "2.0.7",
"electron-default-menu": "1.0.1",
"lodash": "4.17.10",
"nodegit": "0.22.2",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-redux": "5.0.7",
"redux": "4.0.0",
"redux-thunk": "2.3.0",
"url-join": "4.0.0"
}
}