-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "booth",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "1.2.2",
"@trunkio/launcher": "^1.2.3",
"@types/node": "^18.11.18",
"autoprefixer": "^10.4.2",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"prisma": "^4.9.0",
"svelte": "^3.44.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"type": "module",
"dependencies": {
"@auth/core": "^0.3.0",
"@auth/sveltekit": "^0.2.0",
"@picocss/pico": "^1.5.6",
"@prisma/client": "^4.9.0",
"@supabase/auth-helpers-sveltekit": "^0.8.3",
"@supabase/supabase-js": "^2.0.4",
"svelte-preprocess": "^5.0.1"
},
"description": "Open Source voting platform, by the Center for Election Science.",
"main": "playwright.config.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electionscience/Booth.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/electionscience/Booth/issues"
},
"homepage": "https://github.com/electionscience/Booth#readme"
}