-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1017 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": "roger-almeida.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "rm -rf .next && rm -rf out && next build && next export",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@types/markdown-to-jsx": "^6.11.3",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"disqus-react": "^1.0.10",
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.21.5",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.2",
"markdown-to-jsx": "^7.1.0",
"next": "10.0.3",
"raw-loader": "^4.0.2",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^2.2.1",
"typescript": "^4.1.2"
}
}