-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.49 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
{
"name": "whatsgitup",
"version": "0.1.9",
"description": "github command center",
"main": "public/main.js",
"scripts": {
"build": "nwb build && npm run fixfonts && npm run package",
"package": "electron-packager ./public Whatsgit --overwrite --prune --platform=darwin --arch=x64 --version=0.36.7 --out='release'",
"clean": "nwb clean",
"start": "node dev-server.js",
"test": "nwb test",
"fixfonts": "sed -i '' 's/\\/build\\///g' ./public/build/vendor.css"
},
"dependencies": {
"alphanumeric-id": "^1.0.0",
"flex-component": "^0.1.3",
"lodash": "^4.13.1",
"markdown-it": "^5.1.0",
"markdown-it-emoji": "^1.1.0",
"markdown-it-task-lists": "^1.2.0",
"object-filter": "^1.0.2",
"promise-all": "^1.0.0",
"qry": "^0.1.0",
"react": "0.14.x",
"react-css-modules": "^3.7.4",
"react-dom": "0.14.x",
"react-octicon": "^2.0.0",
"react-redux": "^4.4.0",
"react-router": "^2.0.0-rc6",
"react-textarea-autosize": "^3.3.0",
"react-timeago": "^2.2.1",
"redux": "^3.3.0",
"redux-actions": "^0.9.1",
"redux-localstorage": "^0.4.0",
"redux-logger": "^2.5.0",
"redux-persist": "^1.5.0",
"redux-thunk": "^1.0.3",
"remove-markdown": "^0.1.0",
"superagent": "^1.7.2"
},
"devDependencies": {
"electron-packager": "^5.2.1",
"electron-prebuilt": "^0.36.7",
"express": "^4.13.4",
"nwb": "^0.7.2",
"nwb-sass": "^0.5.0"
},
"author": "Philipp Brumm",
"license": "MIT",
"repository": ""
}