forked from cmda-minor-web/meesterproef-2021
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.14 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "wzdb",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"prepare": "husky install",
"postinstall": "patch-package",
"generate-types": "openapi-typescript https://bmghlnztrbppacnnjoev.supabase.co/rest/v1/?apikey=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYyMDkwMjQxNCwiZXhwIjoxOTM2NDc4NDE0fQ.Je1GyB1byGiA2fOqvEB09FAHcK5byAGvWr9xgDhG8SQ --output src/lib/types/supabase.ts",
"predev": "npm run generate-types",
"dev": "svelte-kit dev",
"prebuild": "npm run generate-types",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"repository": {
"type": "git",
"url": "https://github.com/theonejonahgold/wat-zegt-deze-brief"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/theonejonahgold/wat-zegt-deze-brief/issues"
},
"homepage": "https://github.com/theonejonahgold/wat-zegt-deze-brief#readme",
"dependencies": {
"@supabase/supabase-js": "^1.13.2",
"@sveltejs/kit": "^1.0.0-next.109",
"audio-decode": "^1.4.0",
"busboy": "^0.3.1",
"cookie": "^0.4.1",
"date-fns": "^2.22.1",
"form-data": "^4.0.0",
"node-fetch": "^2.6.1",
"opus-media-recorder": "^0.8.0",
"patch-package": "^6.4.7",
"svelte": "^3.38.2",
"svelte-portal": "^2.1.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@rollup/plugin-wasm": "^5.1.2",
"@sveltejs/adapter-node": "^1.0.0-next.22",
"@types/cookie": "^0.4.0",
"@types/dom-mediacapture-record": "^1.0.7",
"@types/node": "^15.12.2",
"@types/uuid": "^8.3.0",
"autoprefixer": "^10.2.6",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"openapi-typescript": "^4.0.0",
"postcss-100vh-fix": "^1.0.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.1",
"prettier-plugin-svelte": "^2.3.0",
"rollup-plugin-web-worker-loader": "^1.6.1",
"sass": "^1.34.1",
"svelte-preprocess": "^4.7.3",
"tslib": "^2.2.0",
"typescript": "^4.3.2"
},
"lint-staged": {
"*.{js,css,md,svelte}": "prettier --plugin-search-dir=. --write"
}
}