-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"name": "espe-porfolyo",
"license": "MIT",
"Author": "EspeeeBne",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"generate-metadata": "ts-node -P tsconfig.scripts.json scripts/create-metadata-canvas.ts",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/system": "^7.1.0",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"canvas": "^3.1.0",
"cra-template": "^1.3.0",
"date-fns": "^4.1.0",
"framer-motion": "^12.15.0",
"fs": "^0.0.1-security",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0",
"i18next-http-backend": "^3.0.2",
"next": "15.3.3",
"next-i18next": "^15.4.2",
"next-sitemap": "^4.2.3",
"path": "^0.12.7",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^15.5.2",
"react-tsparticles": "^2.12.2",
"sass": "^1.89.0",
"tsparticles": "^3.8.1",
"url": "^0.11.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^22.15.27",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}