-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
122 lines (122 loc) · 4.95 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "ibs3",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0",
"dev:backend": "nodemon --watch backend -e ts --exec \"ts-node ./backend/index.ts\"",
"dev:email-templates": "npx sass --watch ./emails/scss/style-test.sass ./build/css/style-test.css",
"dev:full": "concurrently \"npm run dev\" \"npm run dev:backend\"",
"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 .",
"log": "git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit",
"mailhog": "docker run --rm -it -p 1025:1025 -p 8025:8025 --name mailhog mailhog/mailhog",
"data-migration:attending": "ts-node-esm ./prisma/migrations/20231228173512_attending/data-migration.ts",
"prepare": "husky install",
"test": "npm run test:e2e",
"test:e2e": "npm run docker-down:test && npm run docker-up:test",
"docker-up:test": "docker compose -f docker-compose.test.yml up --force-recreate --build --abort-on-container-exit --exit-code-from ibs3",
"docker-down:test": "docker compose -f docker-compose.test.yml down",
"test:local:prepare:unix": "playwright install && playwright install msedge && playwright install-deps",
"test:local:prepare:windows": "playwright install && playwright install-deps",
"test:local:unix": "npm run test:local:before:unix && playwright test --ui && npm run test:local:after:unix",
"test:local:windows": "npm run test:local:before:windows && playwright test --ui && npm run test:local:after:windows",
"test:local:before:unix": "npm run testEnv:before:unix && npm run seed:test && npm run build",
"test:local:before:windows": "npm run testEnv:before:windows && npm run seed:test && npm run build",
"testEnv:before:unix": "cp .env .env.temp && cp .env.test .env",
"testEnv:before:windows": "copy .env .env.temp && copy .env.test .env",
"seed:test": "prisma migrate reset && tsx e2e/seed.ts",
"test:local:after:unix": "npm run testEnv:after:unix",
"test:local:after:windows": "npm run testEnv:after:windows",
"testEnv:after:unix": "cp .env.temp .env && rm .env.temp",
"testEnv:after:windows": "copy .env.temp .env && del .env.temp",
"test:debug:unix": "npm run testEnv:before:unix && playwright test --ui && npm run testEnv:after:unix",
"test:debug:windows": "npm run testEnv:before:windows && playwright test --ui && npm run testEnv:after:windows"
},
"devDependencies": {
"@floating-ui/core": "^1.4.1",
"@iconify/json": "^2.2.47",
"@iconify/svelte": "^3.1.4",
"@playwright/test": "^1.43.0",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/express": "^4.17.17",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@types/node": "^20.10.5",
"@types/node-cron": "^3.0.7",
"@types/sanitize-html": "^2.9.0",
"@types/spotify-web-api-node": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vite-pwa/sveltekit": "^0.4.0",
"classnames": "^2.3.2",
"concurrently": "^7.6.0",
"dotenv": "^16.4.5",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.32.4",
"husky": "^8.0.3",
"ioredis": "^5.3.2",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"pretty-quick": "^4.0.0",
"prisma": "^5.16.1",
"sass": "^1.58.0",
"svelte": "^4.2.19",
"svelte-check": "^3.4.6",
"svelte-floating-ui": "^1.5.3",
"svelte-preprocess": "^5.1.3",
"sveltekit-flash-message": "^2.2.1",
"sveltekit-superforms": "^1.8.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"unplugin-icons": "^0.16.1",
"vite": "^5.4.6",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@auth/sveltekit": "^1.0.0",
"@prisma/client": "^5.16.1",
"@total-typescript/ts-reset": "^0.5.1",
"autoprefixer": "^10.4.14",
"csv-parser": "^3.0.0",
"decimal.js": "^10.4.3",
"dotenv": "^16.3.1",
"express": "^4.21.0",
"filereader": "^0.10.3",
"gridfs-promise": "^6.3.10",
"ics": "^3.7.6",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-ins": "^3.0.1",
"markdown-it-kbd": "^2.2.2",
"markdown-it-plain-text": "^0.3.0",
"markdown-it-smartarrows": "^1.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"mongodb": "^6.5.0",
"next-auth": "^4.24.5",
"node-cache": "^5.1.2",
"sanitize-html": "^2.13.0",
"scss": "^0.2.4",
"sharp": "^0.32.6",
"simple-svelte-autocomplete": "^2.5.2",
"spotify-web-api-node": "^5.0.2",
"stream-to-async-iterator": "^1.0.0",
"svelte-modals": "^1.2.1",
"xss": "^1.0.14"
}
}