forked from taniarascia/takenote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
{
"name": "takenote-new",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@reduxjs/toolkit": "^2.3.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^22.8.7",
"@types/prettier": "^2.1.3",
"axios": "^1.7.7",
"clipboard-polyfill": "^4.1.0",
"dayjs": "^1.11.13",
"days": "^1.1.1",
"github-markdown-css": "^5.7.0",
"highlight.js": "^11.10.0",
"history": "^5.3.0",
"jszip": "^3.10.1",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"prettier": "^2.1.2",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-helmet-async": "^2.0.5",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-resizable-panels": "^2.1.6",
"react-router-dom": "^6.27.0",
"redux-saga": "^1.3.0",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0",
"sass-embedded": "^1.80.6",
"unist-util-visit": "^5.0.0",
"uuid": "^11.0.2"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
}
}