-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
{
"name": "skill-vista-fr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^1.9.7",
"@rpldy/uploady": "^1.6.0",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-table": "^8.10.7",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.0",
"classname": "^0.0.0",
"clsx": "^2.0.0",
"cookies-next": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"formik": "^2.4.5",
"iron-session": "^6.3.1",
"lucide-react": "^0.284.0",
"luxon": "^3.4.3",
"next": "latest",
"next-redux-wrapper": "^8.1.0",
"prettier": "^3.0.3",
"react": "latest",
"react-dom": "latest",
"react-redux": "^8.1.3",
"sharp": "^0.33.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/luxon": "^3.3.3",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "latest",
"eslint": "^8.54.0",
"eslint-config-next": "latest",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "latest",
"tailwindcss": "latest",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "latest"
}
}