-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 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
{
"name": "hicas-website",
"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.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"classnames": "^2.3.1",
"dotenv": "^16.0.1",
"google-maps-react": "^2.0.6",
"isomorphic-unfetch": "^3.1.0",
"jquery": "^3.6.0",
"jsdom": "^19.0.0",
"next": "12.1.6",
"next-i18next": "^11.0.0",
"next-images": "^1.8.4",
"normalize.css": "^8.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-markdown": "^8.0.3",
"react-owl-carousel": "^2.3.3",
"react-slick": "^0.29.0",
"sass": "^1.52.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-next": "12.1.6"
}
}