-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 2.69 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
{
"name": "kkeujeok-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blocknote/core": "^0.15.5",
"@blocknote/mantine": "^0.15.5",
"@blocknote/react": "^0.15.5",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.0.2",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query-devtools": "^5.52.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-modal": "^3.16.3",
"@types/styled-components": "^5.1.34",
"aos": "^2.3.4",
"axios": "^1.7.5",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.8",
"gsap": "^3.12.5",
"jotai": "^2.9.2",
"react": "^18.3.1",
"react-autosize-textarea": "^7.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.1",
"react-textarea-autosize": "^8.5.3",
"simplex-noise": "^4.0.2",
"styled-components": "^6.1.12",
"styled-reset": "^4.5.2",
"three": "^0.167.0",
"typescript": "^5.5.3",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepare": "husky"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/aos": "^3.0.7",
"@types/axios": "^0.14.0",
"@types/gsap": "^3.0.0",
"@types/mocha": "^10.0.7",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-datepicker": "^7.0.0",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/three": "^0.166.0",
"@types/unist": "^3.0.3",
"@types/webxr": "^0.5.19",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"husky": "^9.1.1",
"prettier": "3.3.3"
},
"proxy": "https://dev.kkeujeok.store"
}