-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.21 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
{
"name": "trello-kanban-task-board",
"private": true,
"version": "0.7.6",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "tsc && vite build",
"build:all": "npm run build && npm run build:extension",
"test": "vitest run --coverage",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 3000",
"start": "npm run preview",
"build:extension": "tsc -p tsconfig.extension.json && node createPackageJSON.js",
"deploy": "npm run build:all && cd dist && vsce publish"
},
"dependencies": {
"@mayank1513/fork-me": "^2.0.1",
"nanoid": "^5.0.4",
"nextjs-themes": "^2.1.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color-palette": "^7.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-markdown-autolink": "^0.0.0",
"react-toastify": "^9.1.3",
"react-webgl-trails": "^0.0.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"webgl-generative-particles": "^0.0.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.18",
"@types/vscode": "^1.85.0",
"@types/vscode-webview": "^1.57.4",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.3",
"@vscode/vsce": "^2.22.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^23.2.0",
"octokit": "^3.1.2",
"sass": "^1.69.7",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
},
"keywords": [
"project-management",
"productivity",
"agile",
"scrum",
"sprint",
"drag-and-drop",
"Global Scope",
"Workspace Scope",
"markdown",
"markdown-supported",
"trello",
"kanban",
"board",
"project",
"management",
"todo-list"
]
}