-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.37 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": "elenatanasoiu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"deploy": "next build && next-sitemap && next export -o docs && git checkout -- docs/CNAME && git checkout -- docs/.nojekyll && git checkout -- public/sitemap.xml && git add docs && git commit -m \"Regenerate static site\" && git push origin master -f"
},
"dependencies": {
"date-fns": "^2.16.1",
"gray-matter": "^4.0.2",
"markdownlint-cli": "^0.25.0",
"next": "^10.0.0",
"postcss": "^8.1.8",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"sass": "^1.29.0",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"next-sitemap": "^1.3.2",
"prettier": "2.2.0",
"typescript": "^4.1.2"
}
}