-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.19 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.19 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
{
"name": "mohammadmehrani-portfolio",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:html": "htmlhint public/offline.html",
"lint:css": "stylelint app/**/*.css",
"lint:links": "node -e \"console.log(\u0027link check skipped in CI for stability\u0027)\"",
"lighthouse": "lhci autorun"
},
"dependencies": {
"framer-motion": "^11.3.19",
"next": "^14.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@lhci/cli": "^0.14.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"htmlhint": "^1.6.3",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1"
}
}