-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 Bytes
/
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
{
"name": "ts-boilerplate",
"version": "1.0.0",
"description": "TS Boilerplate",
"main": "index.js",
"scripts": {
"build": "npm i && node_modules/.bin/webpack && node_modules/.bin/electron .",
"start": "node_modules/.bin/webpack && node_modules/.bin/electron .",
"electron": "node_modules/.bin/electron .",
"js:watch": "node_modules/.bin/webpack --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/electron": "^1.4.31",
"@types/es6-promise": "0.0.32",
"@types/ramda": "0.0.2",
"awesome-typescript-loader": "^3.0.0-beta.17",
"browser-sync": "^2.17.5",
"browser-sync-webpack-plugin": "^1.1.3",
"tsc": "^1.20150623.0",
"typescript": "^2.0.6",
"webpack": "^1.13.3"
},
"dependencies": {
"body-parser": "^1.15.2",
"electron": "^1.4.13",
"ramda": "^0.23.0",
"sodiumjs": "^0.9.1"
}
}