-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 987 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 987 Bytes
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
{
"name": "rootkit-website-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:fix": "next lint --fix",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/cache": "11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "7.3.4",
"@mui/material-nextjs": "7.3.3",
"next": "16.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "3.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.16",
"@types/node": "24.9.1",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "9.38.0",
"eslint-config-next": "16.0.0",
"postcss": "8.5.6",
"postcss-simple-vars": "7.0.1",
"prettier": "3.6.2",
"tailwindcss": "4.1.16",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3"
},
"packageManager": "yarn@4.10.3"
}