-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "hamid",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@icon-park/react": "^1.4.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"gray-matter": "^4.0.3",
"i18next": "^23.16.2",
"next": "14.0.2",
"next-i18next": "^15.0.0",
"parse-numeric-range": "^1.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-ga": "^3.3.1",
"react-i18next": "^13.5.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sass": "^1.80.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.7.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"postcss": "^8.4.47",
"stylelint": "^15.11.0",
"stylelint-config-hudochenkov": "^9.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1",
"tailwindcss": "^3.4.14",
"typescript": "5.2.2"
}
}