-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 988 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
41
{
"name": "drawtogether-svelte",
"private": true,
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-plugin-minify": "^1.5.2"
},
"dependencies": {
"@jest/globals": "^29.4.1",
"@msgpack/msgpack": "^2.8.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/pako": "^2.0.0",
"@types/uuid": "^9.0.0",
"chaikin-smooth": "^1.0.4",
"events": "^3.3.0",
"interactjs": "^1.10.17",
"jest": "^29.4.1",
"node-sass": "^8.0.0",
"pako": "^2.1.0",
"peerjs": "^1.4.7",
"sass": "^1.56.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"uuid": "^9.0.0"
}
}