-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.27 KB
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@types/d3": "^7.4.2",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"axios": "^1.1.2",
"i": "^0.3.7",
"laravel-vite-plugin": "^0.8.0",
"npm": "^10.3.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^4.5.0",
"vue": "^3.3.4"
},
"dependencies": {
"@inertiajs/vue3": "^1.0.12",
"@rive-app/canvas": "^2.9.0",
"@turf/rewind": "^6.5.0",
"@use-gesture/vanilla": "^10.3.0",
"anime-scrolltrigger": "github:w99910/anime-scrolltrigger",
"animejs": "^3.2.2",
"d3": "^7.8.5",
"d3-sankey": "^0.12.3",
"d3-sankey-circular": "^0.34.0",
"gsap": "^3.12.2",
"hammerjs": "^2.0.8",
"highcharts": "^11.2.0",
"intersection-observer": "^0.12.2",
"js-utils": "github:w99910/js-utils",
"scrollama": "^3.2.0",
"v-calendar": "^3.1.2",
"vue-common-components": "github:w99910/vue-common-components",
"vue-common-directives": "github:w99910/vue-common-directives",
"vue-screen-utils": "^1.0.0-beta.13"
}
}