-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
137 lines (137 loc) · 4.62 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "patient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' node server.js",
"build": "next build",
"analyze": "cross-env ANALYZE=true SENTRY_LOG_LEVEL=debug next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepare": "test -d node_modules/husky && husky install || echo \"husky is not installed\"",
"format": "prettier --write .",
"pre-commit": "lint-staged",
"test": "jest --watch",
"test:ci": "jest --ci",
"plasmic-sync": "plasmic sync -p sMdpLWyxbzDCruwMRffW2m -p qQzsBf58SqzNJX45iggq96 -p iDYgiKJB9Yi7CUB81stQBK --yes --force",
"mkcert-localhost": "mkcert -key-file cert/localhost-key.pem -cert-file cert/localhost.pem localhost 127.0.0.1 local.paziresh24.com local.paziresh24.dev && mkcert -install"
},
"dependencies": {
"@ant-design/icons": "5.3.7",
"@ant-design/pro-components": "2.7.10",
"@growthbook/growthbook-react": "0.18.0",
"@next/bundle-analyzer": "12.3.1",
"@next/font": "13.2.3",
"@paziresh24/splunk-event": "2.1.1",
"@persian-tools/persian-tools": "3.4.1",
"@plasmicapp/cli": "0.1.327",
"@plasmicapp/host": "1.0.191",
"@plasmicapp/loader-nextjs": "1.0.363",
"@plasmicapp/react-web": "0.2.322",
"@plasmicapp/react-web-runtime": "0.0.42",
"@plasmicpkgs/antd5": "0.0.239",
"@plasmicpkgs/plasmic-basic-components": "0.0.207",
"@plasmicpkgs/plasmic-link-preview": "1.0.87",
"@plasmicpkgs/plasmic-query": "0.0.206",
"@plasmicpkgs/plasmic-rich-components": "1.0.189",
"@plasmicpkgs/radix-ui": "0.0.41",
"@plasmicpkgs/react-awesome-reveal": "3.8.189",
"@plasmicpkgs/react-chartjs-2": "1.0.92",
"@sentry/nextjs": "7.64.0",
"@socialgouv/matomo-next": "1.6.1",
"@tanstack/react-query": "4.29.5",
"axios": "1.1.3",
"chart.js": "3.9.1",
"clsx": "^1.1.1",
"cookies-next": "2.1.1",
"eventsource": "2.0.2",
"firebase": "10.4.0",
"fslightbox-react": "1.6.3",
"html2pdf.js": "0.9.0",
"jalali-moment": "3.3.11",
"leaflet": "1.8.0",
"lodash": "4.17.21",
"lucide-react": "0.316.0",
"md5": "2.3.0",
"next": "14.1.0",
"next-pwa": "5.6.0",
"next-translate": "1.6.0",
"nextjs-progressbar": "0.0.16",
"node-fetch": "2.6.12",
"node-html-parser": "6.1.12",
"react": "18.2.0",
"react-canvas-confetti": "1.4.0",
"react-chartjs-2": "4.3.1",
"react-dom": "18.2.0",
"react-gtm-module": "2.0.11",
"react-hook-form": "7.34.2",
"react-hot-toast": "2.4.0",
"react-indiana-drag-scroll": "2.2.0",
"react-input-mask": "2.0.4",
"react-intersection-observer": "^9.3.4",
"react-leaflet": "4.0.1",
"react-photo-view": "1.2.3",
"react-pin-input": "1.3.0",
"react-responsive": "9.0.0-beta.10",
"react-spring": "9.7.3",
"react-use": "17.4.0",
"recharts": "2.10.4",
"sharp": "0.33.2",
"swr": "2.2.5",
"tailwind-merge": "1.10.0",
"uuid": "8.3.2",
"zustand": "4.3.5"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@commitlint/cli": "17.1.1",
"@commitlint/config-conventional": "17.1.0",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/line-clamp": "0.4.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@types/fslightbox-react": "1.4.2",
"@types/leaflet": "1.7.11",
"@types/md5": "2.3.2",
"@types/node": "18.0.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-gtm-module": "2.0.1",
"@types/react-input-mask": "3.0.4",
"@types/uuid": "8.3.4",
"autoprefixer": "10.4.20",
"babel-loader": "^8.2.5",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-next": "13.2.1",
"eslint-plugin-jest": "27.0.0",
"eslint-plugin-storybook": "0.6.7",
"husky": "8.0.1",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"lint-staged": "13.0.3",
"postcss": "8.4.47",
"prettier": "2.7.1",
"storybook-addon-next": "1.8.0",
"tailwindcss": "3.4.11",
"tailwindcss-rtl": "^0.9.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "4.7.4"
},
"lint-staged": {
"./src/**/*.{ts,js,jsx,tsx}": [
"eslint --fix",
"prettier --write"
]
}
}