-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 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
{
"name": "jiary",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"bs": "next build && next start",
"lint": "next lint --fix",
"format": "prettier --write --cache .",
"lint-staged": "lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@lexical/react": "^0.11.1",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.29.12",
"@types/body-scroll-lock": "^3.1.0",
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/dynamic": "^2.0.3",
"@vercel/analytics": "^1.1.1",
"axios": "^1.4.0",
"body-scroll-lock": "^3.1.5",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"fast-diff": "^1.3.0",
"googleapis": "^118.0.0",
"jwt-decode": "^3.1.2",
"lexical": "^0.11.1",
"next": "^13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^4.29.12",
"@types/cookie": "^0.5.1",
"@types/google.maps": "^3.53.5",
"@types/node": "^18.16.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vanilla-extract/next-plugin": "^2.1.1",
"eslint": "8.42.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"typescript": "5.1.3"
}
}