-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1015 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
37
38
39
40
41
{
"name": "api-clarity",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bowser": "^2.11.0",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"gray-matter": "^4.0.3",
"next": "12.2.5",
"next-compose-plugins": "^2.2.1",
"next-seo": "^5.5.0",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"react-player": "^2.10.1",
"react-responsive-carousel": "^3.2.23",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.54.4",
"sharp": "^0.30.7",
"swiper": "^8.3.2",
"webpack": "^5.74.0"
},
"devDependencies": {
"@types/react": "17.0.45",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4"
}
}