-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.16 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
{
"name": "secrethitler",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"deploy:dev": "firebase deploy --project=dev",
"deploy:prod": "firebase deploy --project=prod",
"link": "cp example.firebaserc .firebaserc && cp functions/example.env functions/.env.prod && cp functions/example.env functions/.env.dev && cp functions/example.env functions/.env.local && ed -s .firebaserc <<ED_COMMANDS\n,s/FIREBASEPROJECT/${npm_config_project}/g\nw\nED_COMMANDS"
},
"dependencies": {
"@auditors/core": "^0.7.4",
"@fontsource-variable/nunito": "^5.1.0",
"@fontsource/courier-prime": "^5.1.0",
"@iconify/svelte": "^3.1.6",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.14.0",
"@theatre/core": "^0.7.2",
"@theatre/studio": "^0.7.2",
"@threlte/core": "^7.3.1",
"@threlte/extras": "^8.11.5",
"@threlte/theatre": "^2.1.8",
"@types/three": "^0.160.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.44.1",
"firebase": "^11.1.0",
"firebase-admin": "^12.7.0",
"firebase-frameworks": "^0.11.6",
"iconify-icon": "^1.0.8",
"javascript-time-ago": "^2.5.11",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"sveltekit-sse": "^0.3.7",
"tailwindcss": "^3.4.13",
"three": "^0.171.0",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"uuid": "^9.0.1",
"vite": "^5.0.0"
},
"type": "module",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"eslint-plugin-import": "^2.31.0"
}
}