-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.53 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
{
"name": "placmystnovish",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port=3001",
"build": "next build",
"start": "next start --port=3001",
"lint": "eslint ."
},
"homepage": "https://language.placmystnov.neila.vip/",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@formatjs/intl-localematcher": "^0.5.4",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.15.20",
"@mui/material": "6.0.0-alpha.13",
"@next/mdx": "^14.2.4",
"negotiator": "^0.6.3",
"next": "14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl-universal": "^2.11.1"
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@types/mdx": "^2.0.13",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.5.0",
"eslint-config-next": "14.2.4",
"typescript": "^5.4.5",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-node": "^10.9.2"
},
"packageManager": "[email protected]+sha256.bd91cddc9b205c94b5bf0380cec8fc8e4b1dde7b8c5191732f3d4e73848e860e"
}