-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.73 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
{
"name": "personal-site",
"version": "2.1.0",
"private": true,
"description": "This is my personal website.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "Frédéric Bolvin <[email protected]> (https://bol.vin)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Fensterbank/personal-site.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/pro-duotone-svg-icons": "./vendor/fortawesome-pro-duotone-svg-icons-5.15.4.tgz",
"@fortawesome/pro-light-svg-icons": "./vendor/fortawesome-pro-light-svg-icons-5.15.4.tgz",
"@fortawesome/pro-solid-svg-icons": "./vendor/fortawesome-pro-solid-svg-icons-5.15.4.tgz",
"@fortawesome/react-fontawesome": "^0.1.9",
"@fullpage/react-fullpage": "^0.1.19",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"dotenv": "^8.2.0",
"dotenv-cli": "^3.1.0",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"next": "12",
"nodemailer": "^6.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-spring": "^8.0.27",
"sass": "^1.26.7",
"tailwindcss": "^2.2.19",
"yup": "^0.32.11",
"@next/eslint-plugin-next": "^12.0.1",
"@types/lodash": "^4.14.176",
"@types/node": "^17.0.8",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.38",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "4",
"@typescript-eslint/parser": "4",
"autoprefixer": "^10.4.0",
"eslint": "^7.1.0",
"eslint-config-next": "12.0.1",
"postcss": "^8.3.11",
"prettier": "^2.0.5",
"typescript": "^4.5.4"
}
}