-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
{
"devDependencies": {
"asar": "0.12.1",
"autoprefixer": "^6.3.7",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"electron": "1.3.1",
"electron-mocha": "3.0.0",
"electron-prebuilt": "^1.2.7",
"fs-jetpack": "^0.9.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-batch": "^1.0.5",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-typescript": "^2.13.6",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"node-sass": "^3.8.0",
"postcss-loader": "^0.9.1",
"q": "^1.4.1",
"sass-loader": "^4.0.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"typings": "^1.3.2",
"webpack": "^1.13.1",
"yargs": "^4.8.1"
},
"optionalDependencies": {
"appdmg": "^0.4.5",
"rcedit": "^0.5.1"
},
"scripts": {
"postinstall": "cd app && npm install",
"build": "gulp build",
"release": "gulp release --env=production",
"start": "gulp start",
"pretest": "gulp build --env=test",
"test": "electron-mocha build --renderer",
"install-native": "node ./tasks/install_native_module"
}
}