-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "axios-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@next/font": "^14.1.0",
"@next/mdx": "^14.1.0",
"@next/third-parties": "^14.1.3",
"@sentry/nextjs": "^7.100.0",
"gray-matter": "^4.0.3",
"next": "14.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-circular-progressbar": "^2.1.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-nice-select": "^1.0.6",
"react-player": "^2.14.1",
"react-slick": "^0.30.1",
"react-visibility-sensor": "^5.1.1",
"sharp": "^0.33.2",
"swiper": "^11.0.6",
"wow.js": "^1.2.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5",
"wowjs": "^1.1.3"
}
}