-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.1",
"@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.15",
"@next/third-parties": "^14.2.4",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"eslint": "7.32.0",
"handlebars": "^4.7.8",
"next": "^14.2.23",
"npm": "^10.8.1",
"react": "^18.2.0",
"react-components": "^0.5.1",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-imported-component": "^6.5.4",
"react-scripts": "^5.0.1",
"webpack": "^5.94.0",
"cross-spawn": ">=7.0.5"
},
"devDependencies": {
"@types/gtag.js": "^0.0.20",
"@types/node": "18.11.17",
"@types/react": "17.0.30",
"autoprefixer": "^10.3.7",
"eslint": "7.32.0",
"eslint-config-next": "^15.1.4",
"postcss": ">=8.4.35",
"tailwindcss": "^2.2.17",
"typescript": "4.5.2",
"cross-spawn": ">=7.0.5"
}
}