-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"name": "devfit-next",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"test": "jest --passWithNoTests",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.3",
"@styled-system/should-forward-prop": "^5.1.5",
"axios": "^1.8.4",
"caniuse-lite": "^1.0.30001699",
"emoji-picker-react": "^4.12.0",
"next": "15.1.6",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.1.4",
"react-spinners": "^0.15.0",
"recharts": "^2.15.1",
"scheduler": "^0.25.0",
"styled-components": "^6.1.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"jest": "^29.7.0",
"prettier": "^3.4.2"
}
}