-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 869 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
{
"name": "altr.dev",
"version": "0.2.1",
"homepage": "https://altr.dev",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.5.0",
"@microlink/mql": "^0.14.0",
"@mui/icons-material": "^7.3.7",
"@mui/material": "^7.3.7",
"@vercel/speed-insights": "^1.3.1",
"moment": "^2.29.4",
"next": "16.1.6",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-obfuscate": "^3.6.8",
"sharp": "^0.34.5",
"simple-icons": "^11.3.0"
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint-config-next": "16.1.6"
},
"overrides": {
"re2": "1.21.0"
}
}