-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.85 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
{
"name": "ddd-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gitconfig": "git config --local include.path ./.gitconfig",
"gitcase": "git rm -r --cached . && git add .",
"postinstall": "husky install"
},
"dependencies": {
"@draft-js-plugins/editor": "^4.1.4",
"@draft-js-plugins/inline-toolbar": "^4.2.1",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.17.1",
"@tanstack/react-query-devtools": "^5.17.1",
"apexcharts": "^3.48.0",
"classnames": "^2.5.1",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"draftjs-to-html": "^0.9.1",
"html-to-draftjs": "^1.5.0",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"next": "14.0.4",
"next-auth": "^5.0.0-beta.4",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^4.8.0",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.8.1",
"react-qr-code": "^2.0.12",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/draft-js": "^0.11.17",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "^5"
}
}