-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 971 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"next": "11.1.2",
"next-i18next": "^8.10.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.5",
"react-loading": "^2.0.3",
"react-markdown": "^7.1.1",
"react-select": "^5.2.1",
"react-toastify": "^8.1.0",
"swr": "^1.0.1",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"autoprefixer": "^10.3.5",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.7",
"tailwindcss": "^2.2.15"
}
}