-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "autobattler",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@colyseus/command": "^0.2.1",
"@tsconfig/svelte": "^3.0.0",
"@types/lodash": "^4.14.182",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.7",
"colyseus": "^0.14.23",
"colyseus.js": "^0.14.13",
"daisyui": "^2.20.0",
"lodash": "^4.17.21",
"meteor-node-stubs": "^1.2.5",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redis": "^4.2.0",
"redis-parser": "^3.0.0",
"serializr": "^2.0.5",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"svelte": "^3.48.0",
"svelte-confetti": "^1.2.0",
"svelte-dnd-action": "^0.9.18",
"svelte-motion": "^0.11.2",
"svelte-preprocess": "^4.10.7",
"svelte-routing": "^1.6.0",
"tailwindcss": "^3.1.2",
"uuid": "^8.3.2",
"xstate": "^4.32.1",
"xstate-svelte": "^1.0.1"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"svelte:compiler": {
"extensions": [
"svelte"
],
"hydratable": false,
"css": true
},
"devDependencies": {
"typescript": "^4.7.3"
}
}