-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "recruiting",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"check-lint": "next lint",
"format": "npx prettier --write .",
"check-format": "npx prettier -c ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/third-parties": "^14.1.0",
"embla-carousel": "^8.2.0",
"embla-carousel-react": "^8.2.0",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.2.7",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.1.1",
"typescript": "^5"
}
}