-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.03 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
69
{
"name": "windmill-delivery-fronted",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node_modules/next/dist/bin/next start -p 3000",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@geist-ui/core": "^2.3.8",
"@geist-ui/react": "^2.2.5",
"@mui/material": "^5.15.15",
"@stomp/stompjs": "^7.0.0",
"@types/crypto-js": "^4.2.2",
"@types/navermaps": "^3.7.1",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-html-parser": "^2.0.6",
"@types/react-modal": "^3.16.3",
"axios": "^1.6.2",
"cookies-next": "^4.1.0",
"crypto-js": "^4.2.0",
"eslint": "^8.2.0",
"eslint-config-next": "13.4.19",
"eslint-plugin-jest-dom": "^5.1.0",
"firebase": "^10.7.1",
"framer-motion": "^10.18.0",
"next": "13.4.19",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-html-parser": "^2.0.2",
"react-intersection-observer": "^9.8.1",
"react-modal": "^3.16.1",
"react-naver-maps": "^0.1.2",
"react-query": "^3.39.3",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"recoil": "^0.7.7",
"styled-components": "^6.0.8",
"typescript": "5.2.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"@types/react-slick": "^0.23.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.4",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1"
}
}