-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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": "openclarity.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@brightcove/react-player-loader": "^1.4.2",
"bowser": "^2.11.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"friendly-errors-webpack-plugin": "^1.7.0",
"gray-matter": "^4.0.3",
"next": "14.2.4",
"next-compose-plugins": "^2.2.1",
"next-seo": "^5.15.0",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.3",
"react-player": "^2.11.0",
"react-responsive-carousel": "^3.2.23",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"swiper": "^8.4.3",
"webpack": "^5.74.0"
},
"devDependencies": {
"@types/react": "18.0.27",
"eslint": "8.32.0",
"eslint-config-next": "14.2.1",
"typescript": "4.8.4"
}
}