-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "website-2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "^8.0.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"react": "18.2.0",
"react-collapsible": "^2.10.0",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-fontawesome": "^1.7.1",
"react-transition-group": "^4.4.5",
"sass": "^1.58.3",
"sharp": "^0.32.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint-config-react-tc": "10.0.1",
"eslint-config-tc": "22.2.0",
"eslint-config-typescript-tc": "6.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-unicorn": ">=37.0.0",
"netlify-cli": "^13.2.0",
"prettier": "^2.0.0"
}
}