-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "fabrizioervini.com",
"version": "1.0.0",
"description": "fabrizio ervini fabrizioervini.com Personal Website",
"keywords": [
"fabrizio ervini",
"Personal Website"
],
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watchAll",
"test:ci:all": "cross-env CI=true next jest --all --env=jsdom",
"test:related": "cross-env CI=true jest --bail --findRelatedTests --env=jsdom",
"cy:open:dev": "cypress open --env configFile=dev",
"cy:open:prod": "cypress open --env configFile=prod",
"lint": "eslint --fix .",
"lint:format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"prepare": "husky install",
"precommit": "lint-staged",
"prepush": "yarn lint && yarn lint:format"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"emailjs-com": "^3.2.0",
"gray-matter": "^4.0.3",
"next": "12",
"next-seo": "^4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.1.0",
"react-swipeable": "^6.2.0",
"react-syntax-highlighter": "^15.4.5",
"remark": "^14.0.1",
"remark-html": "^15.0.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@testing-library/dom": "^8.7.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.3.0",
"@types/gtag.js": "^0.0.7",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@types/react": "17.0.27",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/styled-components": "^5.1.15",
"babel-jest": "^27.2.5",
"babel-plugin-styled-components": "^1.13.2",
"cypress": "^8.6.0",
"eslint": "^8.0.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"i": "^0.3.7",
"jest": "^27.2.5",
"lint-staged": "^11.2.3",
"npm": "^8.0.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.5",
"typescript": "4.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/fab-rvn/fabrizioervini.com.git"
}
}