-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
116 lines (116 loc) · 3.74 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
{
"name": "project-canvas",
"productName": "Project Canvas",
"version": "1.5.0",
"description": "The better project management tool.",
"license": "BSD-3-Clause",
"author": {
"name": "MaibornWolff GmbH",
"email": "[email protected]"
},
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"release": "electron-forge publish",
"lint": "eslint ./src ./types ./e2e ./electron",
"lint:fix": "yarn run lint --fix",
"test": "jest",
"typecheck": "tsc --noEmit",
"pree2e": "yarn run package",
"e2e": "playwright test",
"prepare": "husky",
"pre-commit": "lint-staged"
},
"dependencies": {
"@atlaskit/adf-schema": "^35.7.0",
"@atlaskit/adf-utils": "^19.0.23",
"@atlaskit/editor-json-transformer": "^8.10.27",
"@atlaskit/editor-wikimarkup-transformer": "^11.2.44",
"@emotion/react": "^11.10.6",
"@fastify/env": "^4.2.0",
"@hello-pangea/dnd": "^16.5.0",
"@mantine/core": "^7.6.2",
"@mantine/dates": "^7.0.0",
"@mantine/form": "^7.0.0",
"@mantine/hooks": "^7.6.2",
"@mantine/notifications": "^7.0.0",
"@mantine/tiptap": "^7.6.2",
"@tabler/icons-react": "^2.44.0",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.202",
"axios": "^1.6.1",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.7",
"dayjs-business-days2": "^1.2.2",
"dotenv": "^16.0.3",
"electron-fetch": "^1.9.1",
"electron-squirrel-startup": "^1.0.0",
"fastify": "^4.17.0",
"file-saver": "^2.0.5",
"immer": "^10.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.5",
"use-immer": "^0.9.0",
"zustand": "^4.3.1"
},
"devDependencies": {
"@electron-forge/cli": "^6.4.2",
"@electron-forge/maker-deb": "^6.4.2",
"@electron-forge/maker-rpm": "^6.4.2",
"@electron-forge/maker-squirrel": "^6.4.2",
"@electron-forge/maker-zip": "^6.4.2",
"@electron-forge/plugin-vite": "6.4.2",
"@electron-forge/publisher-github": "^6.4.2",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react": "^4.0.0",
"electron": "^29.0.0",
"electron-playwright-helpers": "^1.5.4",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.0",
"husky": "^9.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.4.3",
"lint-staged": "^15.0.0",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.12.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.55.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-electron-renderer": "^0.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/MaibornWolff/ProjectCanvas"
},
"packageManager": "[email protected]"
}