-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.38 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
42
43
44
45
46
47
48
49
{
"name": "that-paper-game",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "NODE_OPTIONS=--experimental-vm-modules jest src --config jest.config.json",
"test:watch": "npm run test -- --watch"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@syncedstore/core": "^0.3.7",
"@syncedstore/svelte": "^0.3.6",
"@tsconfig/svelte": "^2.0.1",
"autoprefixer": "^10.4.2",
"daisyui": "^2.2.1",
"nanoid": "^3.3.1",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"randimals": "^2.0.3",
"svelte": "^3.44.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.10.1",
"tailwindcss": "^3.0.12",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"y-webrtc": "^10.2.2",
"yjs": "^13.5.27",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"jest": "^27.0.0",
"babel-jest": "^27.0.0",
"svelte-jester": "^2.0.1",
"@testing-library/svelte": "^3.0.0",
"@testing-library/jest-dom": "^5.14.0",
"ts-jest": "^27.0.0",
"@types/jest": "^27.0.0",
"@types/testing-library__jest-dom": "^5.14.0"
},
"dependencies": {
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0"
}
}