-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1003 Bytes
/
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
{
"homepage": "https://argo-magister.nl",
"author": {
"name": "Guus van Meerveld",
"url": "https://guusvanmeerveld.dev"
},
"files": [
"src",
"public"
],
"scripts": {
"build": "next build",
"lint": "next lint",
"start": "next start",
"dev": "next dev",
"format": "prettier --write ."
},
"dependencies": {
"axios": "^0.24.0",
"bootstrap": "^5.0.2",
"fs-extra": "^10.0.0",
"next": "^12.0.3",
"next-i18next": "^8.9.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-spinners": "^0.11.0",
"sass": "^1.34.0",
"sharp": "^0.29.2",
"swr": "^1.0.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-google-recaptcha": "^2.1.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.3",
"prettier": "^2.4.1",
"typescript": "^4.3.2"
}
}