-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.76 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.76 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nextart",
"version": "1.0.0",
"private": true,
"author": "CDGet <jooy2.contact@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/jooy2/nextart.git",
"repository": {
"type": "git",
"url": "https://github.com/jooy2/nextart.git"
},
"bugs": {
"url": "https://github.com/jooy2/nextart/issues"
},
"dependencies": {
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.1",
"@mui/material": "^9.0.1",
"@mui/material-nextjs": "^9.0.1",
"@next/third-parties": "^16.2.6",
"@reduxjs/toolkit": "^2.12.0",
"@tailwindcss/postcss": "^4.3.0",
"next": "^16.2.6",
"next-intl": "^4.12.0",
"postcss": "^8.5.15",
"prettier-plugin-tailwindcss": "^0.8.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-redux": "^9.3.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "^16.2.6",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.59.4",
"eslint": "^9.39.2",
"eslint-config-next": "^16.2.6",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.6.0",
"jiti": "^2.7.0",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.4"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "eslint . --ext .js,.mjs,.cjs,.tsx,.jsx .",
"format": "prettier . --write"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}