aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: bb415370e75d6a576da1ea6335c78b5664bba150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "pressure",
	"version": "0.1.0",
	"description": "create presentations from video files",
	"main": "index.js",
	"repository": "git@pipeframe.xyz:lonkaars/pressure",
	"author": "lonkaars <loek@pipeframe.xyz>",
	"license": "MIT",
	"private": false,
	"dependencies": {
		"@material-ui/core": "^4.11.4",
		"@material-ui/icons": "^4.11.2",
		"ajv": "^8.3.0",
		"next": "^10.2.0",
		"react": "^17.0.2",
		"react-dom": "^17.0.2",
		"ts-json-schema-generator": "^0.92.0"
	},
	"devDependencies": {
		"typescript": "^4.2.4"
	}
}