-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·68 lines (68 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·68 lines (68 loc) · 2.19 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "dndlore",
"version": "1.0.0",
"private": true,
"description": "Replica della gestione della timeline di LegendKeeper in React/TypeScript",
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --mode development --open",
"build": "cross-env NODE_ENV=production webpack --mode production"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hello-pangea/dnd": "^18.0.1",
"@phosphor-icons/react": "^2.1.10",
"@tiptap/extension-blockquote": "^3.8.0",
"@tiptap/extension-bold": "^3.10.1",
"@tiptap/extension-bubble-menu": "^3.8.0",
"@tiptap/extension-bullet-list": "^3.8.0",
"@tiptap/extension-floating-menu": "^3.8.0",
"@tiptap/extension-image": "^3.10.1",
"@tiptap/extension-link": "^3.8.0",
"@tiptap/extension-list-item": "^3.8.0",
"@tiptap/extension-text-align": "^3.10.1",
"@tiptap/extension-underline": "^3.8.0",
"@tiptap/extensions": "^3.10.1",
"@tiptap/react": "^3.8.0",
"@tiptap/starter-kit": "^3.8.0",
"axios": "^1.12.2",
"immer": "^10.2.0",
"konva": "^10.0.12",
"lodash.debounce": "^4.0.8",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0",
"react-konva": "^19.2.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.3.0",
"react-virtuoso": "^4.14.1",
"sass": "^1.93.2",
"sass-loader": "^16.0.6",
"tiptap-extension-resize-image": "^1.3.2",
"use-image": "^1.1.4",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.23.1",
"@babel/preset-env": "^7.23.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.22.15",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^25.5.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-modal": "^3.13.1",
"babel-loader": "^9.1.3",
"cross-env": "^10.1.0",
"css-loader": "^6.8.1",
"dotenv": "^17.2.3",
"dotenv-webpack": "^8.1.1",
"html-webpack-plugin": "^5.6.6",
"style-loader": "^3.3.3",
"typescript": "^5.1.6",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}