-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
59
60
61
{
"name": "djin-next",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "jest --watch",
"test:ci": "jest --coverage",
"test:commit": "jest --onlyChanged",
"test:update-snapshots": "jest --updateSnapshot",
"postinstall": "husky install"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/pirata-one": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.16.6",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/node": "22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.15",
"eslint-plugin-simple-import-sort": "^12.1.1",
"firebase": "^11.0.2",
"firebase-admin": "^12.7.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"next": "^14.2.15",
"nuqs": "^2.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-mocks-http": "^1.16.1",
"prettier": "^3.3.3"
},
"packageManager": "[email protected]"
}