-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
50
51
52
53
54
55
56
{
"name": "space-dex",
"version": "0.1.1-alpha",
"description": "SpaceDex: a simple yes/no polling tool.",
"repository": {
"url": "https://github.com/deluksic/space-dex"
},
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start",
"lines": "cloc src --by-file-by-lang --exclude-dir=__generated__ --not-match-f=.*[.]d[.]ts",
"lint": "eslint .",
"type": "tsc --forceConsistentCasingInFileNames",
"type-styles": "tcm src/ --camelCase",
"unused": "ts-prune src/ --ignore __generated__ | grep -v '(used in module)'"
},
"type": "module",
"dependencies": {
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.6.0",
"solid-js": "1.6.5",
"solid-start": "^0.2.8",
"undici": "^5.14.0",
"uuid": "^9.0.0",
"y-webrtc": "^10.2.3",
"y-indexeddb": "^9.0.9",
"yjs": "^13.5.43"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.13",
"cloc": "^2.11.0",
"debug": "^4.3.4",
"eslint": "^8.30.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"postcss-nesting": "^10.2.0",
"solid-devtools": "^0.24.4",
"solid-start-node": "^0.2.8",
"solid-start-vercel": "^0.2.9",
"ts-prune": "^0.10.3",
"typed-css-modules": "^0.7.2",
"typescript": "^4.9.4",
"vite": "^4.0.3"
},
"pnpm": {
"overrides": {
"solid-js": "1.6.5",
"yjs": "^13.5.43"
}
}
}