forked from newnivers/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.15 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
{
"name": "newnivers-web",
"private": true,
"scripts": {
"build": "next build",
"cz": "./.yarn/unplugged/cz-customizable-npm-7.0.0-1704ad9243/node_modules/cz-customizable/standalone.js",
"dev": "next dev",
"postinstall": "husky install",
"lint": "next lint",
"sort": "sort-package-json",
"start": "next start",
"type": "tsc --noEmit"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
},
"dependencies": {
"@newnivers/react": "^0.0.7",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-table": "^8.11.7",
"aws-sdk": "^2.1467.0",
"axios": "0.27.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"next": "13.4.19",
"react": "18.2.0",
"react-datepicker": "^4.18.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.2",
"react-quill": "^2.0.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/types": "^17.4.4",
"@lhci/cli": "^0.12.0",
"@next/bundle-analyzer": "13.1.6",
"@svgr/webpack": "^7.0.0",
"@swc/core": "1.2.215",
"@swc/plugin-styled-components": "^1.5.74",
"@types/date-fns": "^2.6.0",
"@types/node": "20.5.7",
"@types/react": "^18.2.25",
"@types/react-datepicker": "^4.15.1",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"cz-customizable": "^7.0.0",
"eslint": "8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-import": "^0.13.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": ">=7",
"lint-staged": ">=10",
"next-intercept-stdout": "1.0.1",
"prettier": "2.6.2",
"sass": "^1.69.5",
"sort-package-json": "^2.5.1",
"typescript": "5.2.2"
},
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
}
},
"resolutions": {
"@types/react": "^18.2.25"
},
"packageManager": "[email protected]"
}