-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.54 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
{
"name": "verivote",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"fix": "next lint --fix",
"cy:open": "cypress open"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.2",
"@mui/x-date-pickers": "^7.19.0",
"anzol": "^4.1.0",
"chart.js": "^4.4.5",
"date-fns": "^3.6.0",
"next": "14.2.13",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"npm": "^10.9.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-transition-group": "^4.4.5",
"sortablejs": "^1.15.3"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.8.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.11",
"@types/sortablejs": "^1.15.8",
"cypress": "^13.15.1",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "~5.5.4"
}
}