-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "portfolio-website",
"version": "1.0.0",
"description": "My portfolio website",
"scripts": {
"auditPackages": "yarn audit-ci -l -p yarn",
"dev": "next dev",
"build": "next build",
"lint": "eslint --fix",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lennosb/portfolio-website.git"
},
"keywords": [
"react",
"nextjs",
"typescript",
"tailwind"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lennosb/portfolio-website/issues"
},
"homepage": "https://github.com/Lennosb/portfolio-website#readme",
"dependencies": {
"@stitches/react": "1.2.6",
"next": "12.0.8",
"next-themes": "0.0.15",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "0.29.3"
},
"devDependencies": {
"@lennardvdberg/eslint-config-react-lennard": "1.10.0",
"@next/eslint-plugin-next": "12.0.8",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"audit-ci": "5.1.2",
"autoprefixer": "10.4.2",
"postcss": "8.4.5",
"tailwindcss": "3.0.16"
}
}