-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.02 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
{
"name": "profitline",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"commit": "git-cz",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint-staged": "lint-staged",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown ."
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.4",
"@ant-design/nextjs-registry": "^1.0.0",
"@firebase/auth": "^1.6.0",
"@hookform/resolvers": "^3.3.4",
"@next/font": "^14.1.0",
"@phosphor-icons/react": "^2.1.5",
"antd": "^5.17.0",
"apexcharts": "^3.49.1",
"axios": "^1.6.7",
"dayjs": "^1.11.12",
"dayjs-plugin-utc": "^0.1.2",
"encoding": "^0.1.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"js-cookie": "^3.0.5",
"lightweight-charts": "^4.1.2",
"next": "13.5.6",
"phosphor-react": "^1.4.1",
"prettier": "^3.2.4",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.49.3",
"react-intersection-observer": "^9.13.1",
"react-query": "^3.39.3",
"recharts": "^2.12.7",
"sass": "^1.70.0",
"swr": "^2.2.4",
"yup": "^1.3.3",
"zustand": "^4.5.0"
},
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "13.5.6",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"typescript": "^5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}