forked from superpowers/superpowers-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "superpowers-app",
"version": "4.0.0",
"scripts": {
"prebuild": "npm install",
"build": "gulp --silent",
"start": "electron public --core-path=\"../core\"",
"package": "node scripts/package.js"
},
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"dnd-tree-view": "^4.0.0",
"escape-html": "^1.0.3",
"follow-redirects": "0.0.7",
"lodash": "^4.0.0",
"mkdirp": "^0.5.1",
"resize-handle": "^5.0.0",
"simple-dialogs": "^2.0.0",
"slate-irc": "^0.8.1",
"tab-strip": "^2.3.1",
"yargs": "^4.3.2",
"yauzl": "^2.4.1"
},
"devDependencies": {
"@types/async": "^2.0.32",
"@types/electron": "^1.4.25",
"@types/electron-packager": "^5.1.29",
"@types/escape-html": "0.0.19",
"@types/lodash": "^4.14.37",
"@types/mkdirp": "^0.3.29",
"@types/node": "^6.0.46",
"@types/slate-irc": "0.0.27",
"@types/yargs": "0.0.34",
"gulp": "^3.9.1",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.2.0",
"gulp-tslint": "^4.3.1",
"gulp-typescript": "^3.1.2",
"tslint": "^3.12.1",
"typescript": "^2.0.6",
"yargs": "^4.1.0"
}
}