-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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
41
{
"name": "resound",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "jest src",
"test:watch": "npm run test -- --watch"
},
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/svelte": "^3.0.3",
"@tsconfig/svelte": "^2.0.1",
"@types/jest": "^26.0.24",
"babel-jest": "^26.0",
"jest": "^26.0",
"prettier": "^2.3.2",
"prettier-plugin-svelte": "^2.3.1",
"svelte": "^3.37.0",
"svelte-check": "^2.1.0",
"svelte-jester": "^1.0",
"svelte-preprocess": "^4.7.4",
"ts-jest": "^26.0",
"tslib": "^2.2.0",
"typescript": "^4.3.5",
"vite": "^2.4.4"
},
"dependencies": {
"localforage": "^1.9.0",
"svelte-file-dropzone": "^0.0.15",
"twind": "^0.16.16",
"y-indexeddb": "^9.0.6",
"y-webrtc": "^10.2.0",
"yjs": "^13.5.12"
}
}