forked from florentpergoud/remotion-midi-piano-vizualiser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.95 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "remotion-weather",
"version": "1.0.0",
"description": "A weather video generator",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "/Applications/VLC.app/Contents/MacOS/VLC -vvv --sout \"#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file,mux=raw,dst=input.mp3}\" input.mid vlc://quit && node src/api/parseMidiToJson.js && remotion render src/index.tsx PianoComposition out.mp4",
"upgrade": "remotion upgrade",
"server": "ts-node server.tsx",
"test": "eslint src --ext ts,tsx,js,jsx && tsc",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"getData": "node src/api.js"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/bundler": "^2.0.0",
"@remotion/cli": "^2.0.0",
"@remotion/eslint-config": "2.0.0",
"@remotion/renderer": "^2.0.0",
"@tonejs/midi": "^2.0.27",
"@types/express": "^4.17.9",
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.50",
"@types/styled-components": "^5.1.7",
"dotenv": "^8.2.0",
"eslint": "^7.21.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"node-fetch": "^2.6.1",
"openweather-apis": "^4.4.1",
"polished": "^4.1.1",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-native": "^0.63.4",
"react-native-web": "^0.15.0",
"react-piano": "^3.1.3",
"remotion": "^2.0.2",
"styled-components": "^5.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"commitizen": "^4.2.3",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1"
}
}