-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "astro-solid-ai-synth",
"version": "1.0.11",
"private": true,
"author": {
"name": "Roy Eden",
"url": "https://roy-eden.vercel.app"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write src",
"copy-assets": "node copy-mediapipe-assets.mjs",
"postinstall": "npm run copy-assets"
},
"devDependencies": {
"@astrojs/solid-js": "^2.2.0",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/vercel": "^3.5.0",
"@colors/colors": "^1.5.0",
"@mediapipe/drawing_utils": "^0.3.1675466124",
"@mediapipe/pose": "^0.5.1675469404",
"astro": "^2.7.0",
"axios": "^1.4.0",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"solid-js": "^1.7.6"
},
"dependencies": {
"@otonashixav/solid-flip": "^0.10.5",
"solid-i18n": "^1.0.4",
"webmidi": "^3.1.6"
}
}