-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "@revideo/docs",
"version": "0.0.0",
"description": "New docs for the Revideo project",
"scripts": {
"dev": "next",
"build": "next build",
"build:plugins": "tsc --project tsconfig.plugins.json",
"start": "next start",
"prettier": "prettier --write ."
},
"author": "revideo",
"license": "MIT",
"dependencies": {
"@revideo/2d": "0.10.1-alpha.1114+a2107462",
"@revideo/core": "0.10.1-alpha.1114+a2107462",
"@revideo/player-react": "0.10.1-alpha.1114+a2107462",
"@revideo/vite-plugin": "0.10.1-alpha.1114+a2107462",
"crisp-sdk-web": "^1.0.25",
"next": "^14.2.13",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"posthog-js": "^1.165.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.4.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/havenhq/revideo.git"
},
"devDependencies": {
"@types/node": "^22.6.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2"
}
}