summaryrefslogtreecommitdiffstats
path: root/package.json
blob: b846948c075a99136430d1a73c83c16097f51bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"private": true,
	"scripts": {
		"start": "electron-webpack dev"
	},
	"devDependencies": {
		"@types/gl-matrix": "^2.4.5",
		"electron": "^7.1.7",
		"electron-webpack": "^2.7.4",
		"electron-webpack-ts": "^3.2.0",
		"raw-loader": "^4.0.0",
		"tslint": "^5.20.1",
		"typescript": "^3.7.4",
		"webpack": "^4.41.4"
	},
	"dependencies": {
		"gl-matrix": "^3.1.0"
	}
}