-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.64 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
{
"name": "voidzzle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@animxyz/react": "^0.6.7",
"@glidejs/glide": "^3.6.0",
"@reduxjs/toolkit": "^1.7.1",
"apexcharts": "3.43.2-0",
"axios": "^1.5.1",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"eslint-config-next": "13.3.2",
"next": "13.3.2",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-redux": "^7.2.6",
"redux": "4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "6.0.0",
"swr": "^2.2.4",
"voidzzle": "link:",
"yup": "^0.32.11"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/node": "20.8.0",
"@types/prop-types": "^15.7.11",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "latest",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.3",
"tailwindcss-animated": "^1.0.1",
"typescript": "^4.7.0"
}
}