-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
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
{
"name": "spekulahas",
"private": true,
"license": "UNLICENSED",
"author": "Scott Schipke",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"prepare": "husky install"
},
"dependencies": {
"@date-io/moment": "^3.2.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.1",
"@mui/lab": "^9.0.0-beta.3",
"@mui/material": "^9.0.1",
"@mui/x-date-pickers": "^9.2.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.2",
"next": "^16.2.6",
"react": "^19.2.6",
"react-big-calendar": "^1.19.4",
"react-dom": "^19.2.6",
"react-redux": "^9.2.0",
"react-uuid": "^2.0.0",
"redux": "^5.0.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^3.1.0",
"sass": "^1.99.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"husky": "^9.1.7",
"prettier": "^3.8.3",
"typescript": "^6.0.3"
}
}