-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.14 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
43
44
45
46
{
"name": "glitch-studio-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/vue-fontawesome": "3.0.5",
"@msgpack/msgpack": "3.0.0-beta2",
"bezier-easing": "2.1.0",
"color-blend": "4.0.0",
"gifuct-js": "2.1.2",
"hasha": "6.0.0",
"image-type": "5.2.0",
"jpeg-js": "0.4.4",
"mathjs": "14.1.0",
"pinia": "2.3.1",
"pinia-undo": "0.2.4",
"pngjs": "7.0.0",
"seedrandom": "3.0.5",
"semver": "7.6.3",
"throttle-debounce": "5.0.2",
"ulid": "2.3.0",
"utif": "3.1.0",
"uuid": "11.0.5",
"vue": "3.5.13",
"vue-component-type-helpers": "^2.2.0",
"vuedraggable": "next"
},
"devDependencies": {
"@types/semver": "7.5.8",
"@vitejs/plugin-vue": "5.2.1",
"sass": "1.83.4",
"typescript": "5.7.3",
"vite": "6.0.11",
"vite-plugin-glsl": "1.3.1",
"vue-tsc": "2.2.0"
}
}