-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "eagrigorev-website",
"version": "3.1.6",
"private": true,
"scripts": {
"lint": "stylelint --allow-empty-input \"**/*.{css,scss}\" && next lint",
"format": "prettier --check --write .",
"dev": "next dev",
"build": "npm run lint && npm run format && next build && next-sitemap",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"focus-trap-react": "^10.3.1",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.5.0",
"next": "^14.2.20",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.17.10",
"@types/react": "18.3.16",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.20",
"eslint-config-prettier": "^9.1.0",
"feed": "^4.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"stylelint": "^16.8.2",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.2"
}
}