-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 934 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
32
33
34
35
{
"name": "game-review",
"version": "1.0.0",
"main": "ts-node main.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "yarn run build && electron ./dist/main.js"
},
"dependencies": {
"@most/core": "^1.3.0",
"@most/create": "^2.0.1",
"@most/scheduler": "^1.2.0",
"@types/ramda": "^0.25.34",
"@types/react": "^16.4.2",
"@types/react-dom": "^16.0.6",
"date-fns": "next",
"electron": "^2.0.2",
"ffmpeg-static": "^2.3.0",
"fluent-ffmpeg": "^2.1.2",
"fp-ts": "^1.6.2",
"immer": "^1.3.1",
"most": "^1.7.3",
"most-subject": "^6.0.0",
"preact": "^8.2.9",
"ramda": "^0.25.0",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"ts-node": "^6.1.0",
"typescript": "^2.9.1"
}
}