-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "wetez-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"build": "cross-env NODE_ENV=production next build",
"build:test": "cross-env NODE_ENV=test next build",
"start": "cross-env NODE_ENV=production next start",
"start:test": "cross-env NODE_ENV=test next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@radix-ui/react-tooltip": "^1.0.5",
"@types/node": "^18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"next": "13.0.5",
"nprogress": "^0.2.0",
"postcss-cli": "^10.0.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-toastify": "^9.1.1",
"swr": "^2.0.3",
"typescript": "4.9.3",
"use-debounce": "^9.0.3",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/nprogress": "^0.2.0",
"cross-env": "^7.0.3",
"tailwindcss": "^3.2.4"
}
}