generated from jsulpis/slides-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 930 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
35
36
37
38
39
40
{
"name": "animation-techniques-overview",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "astro build",
"deploy": "pnpm build && gh-pages -d dist",
"dev": "astro dev",
"preview": "astro preview",
"serve": "pnpm build && pnpm preview"
},
"dependencies": {
"@astrojs/react": "2.2.0",
"@astrojs/svelte": "2.1.1",
"@astrojs/vue": "2.2.0",
"@dotlottie/player-component": "2.7.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"animejs": "3.2.1",
"astro": "2.5.4",
"framer-motion": "10.12.16",
"gl-matrix": "3.4.3",
"gsap": "3.11.5",
"mermaid": "10.1.0",
"motion": "10.16.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"reveal.js": "4.4.0",
"reveal.js-mermaid-plugin": "1.1.0",
"sass": "1.55.0",
"svelte": "3.54.0",
"three": "0.152.2",
"vite-plugin-glsl": "1.1.2",
"vue": "3.2.30"
},
"devDependencies": {
"gh-pages": "4.0.0"
}
}