-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
36 lines (36 loc) · 1002 Bytes
/
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
{
"name": "linuxiha",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "m.shetabi",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.11.3",
"gray-matter": "^4.0.3",
"jalali-moment": "^3.3.10",
"js-yaml-loader": "^1.2.2",
"next": "^10.1.3",
"next-pwa": "^5.2.9",
"next-seo": "^4.24.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-lazy-load-image-component": "^1.5.1",
"react-markdown": "^6.0.1",
"react-syntax-highlighter": "^15.4.3",
"sass": "^1.32.8",
"unified": "^9.2.1"
}
}