-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 KB
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
{
"name": "retrospected",
"version": "5.5.2",
"description": "An agile retrospective board - Powering www.retrospected.com",
"private": true,
"scripts": {
"lint": "npx biome ci",
"clean": "del ./{frontend,backend,common,maintenance,marketing}/package-lock.json && del ./package-lock.json && del ./{frontend,backend,common,maintenance,marketing}/node_modules && del ./node_modules",
"frontend": "cd frontend && npm start && cd ..",
"backend": "cd backend && npm start && cd ..",
"stripe-login": "stripe login",
"stripe-listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook",
"bump": ". ./scripts/bump.sh",
"mig": "cd backend && npm run migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoinejaussoin/retro-board.git"
},
"keywords": [
"agile",
"retrospective",
"board",
"react hooks",
"react",
"universal",
"socket.io",
"styled-components",
"SPA",
"single page application",
"typescript",
"docker",
"docker-compose",
"postgres",
"gpt-4",
"chat gpt"
],
"author": "Antoine Jaussoin",
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/antoinejaussoin/retro-board/issues"
},
"homepage": "https://www.retrospected.com",
"dependencies": {
"@biomejs/biome": "1.9.4",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"del-cli": "6.0.0",
"emoji-mart": "^5.6.0"
}
}