-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.9 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
{
"name": "valentin-hervieu",
"description": "My personal website",
"version": "2.0.0",
"author": "Valentin Hervieu <[email protected]>",
"keywords": [
"valentin-hervieu",
"valentin",
"hervieu"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write 'src/**/*+(ts|tsx)?'",
"lint": "eslint ./src --ext .ts --ext .tsx",
"lint:ts": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/alegreya-sans-sc": "^4.5.0",
"@fontsource/roboto": "^4.5.1",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-brands-svg-icons": "^5.1.0-11",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"animated-scroll-to": "^2.2.0",
"axios": "^0.24.0",
"next": "^14.0.1",
"plaiceholder": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.0",
"react-image-gallery": "^1.2.7",
"react-intersection-observer": "^8.32.2",
"sharp": "^0.29.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@types/node": "20.10.6",
"@types/react-image-gallery": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.3.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ValentinHervieu/valentin-hervieu"
}
}