aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 9ece09e30910fec3ef7e42f2aa0278523edba808 (plain)
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
{
	"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",
		"@material-ui/lab": "^4.0.0-alpha.58",
		"@mdi/js": "^5.9.55",
		"@mdi/react": "^1.5.0",
		"@types/uuid": "^8.3.0",
		"ajv": "^8.3.0",
		"mousetrap": "^1.6.5",
		"next": "^10.2.0",
		"react": "^17.0.2",
		"react-dom": "^17.0.2",
		"react-spring": "^9.1.2",
		"react-use-gesture": "^9.1.3",
		"timecode-boss": "^4.2.3",
		"ts-json-schema-generator": "^0.92.0",
		"uuid": "^8.3.2",
		"zustand": "^3.5.1"
	},
	"devDependencies": {
		"typescript": "^4.2.4"
	}
}