forked from remotion-dev/remotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 895 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
{
"version": "1.0.0-alpha.4",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"test": "lerna run test && npx jest --runInBand",
"build": "lerna run build",
"watch": "lerna run watch --stream --parallel"
},
"devDependencies": {
"@jonny/eslint-config": "^2.1.233",
"@types/jest": "^26.0.20",
"@types/minimist": "^1.2.1",
"@types/node": "^15.0.1",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/sharp": "^0.27.2",
"eslint": "^7.25.0",
"execa": "^5.0.0",
"jest": "^26.6.3",
"lerna": "^2.11.0",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"sharp": "^0.28.1",
"ts-jest": "^26.5.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@react-three/fiber": "^6.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"three": "^0.128.0"
}
}