-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (35 loc) · 1.18 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
{
"name": "cognifyz-frontend-intern-project",
"version": "1.0.0",
"description": "This document outlines my internship experience at Cognify Technologies. It covers the projects I worked on, the skills I developed, the challenges I faced, and the valuable lessons I learned during my time at the company.",
"main": "index.html",
"scripts": {
"test": "npx playwright test",
"sass": "sass assets/scss/style.scss assets/css/output.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Suhaibmuhd01/Cognifyz-Frontend-Intern-Project.git"
},
"keywords": [
"Cognify",
"Technologies"
],
"author": "Suhaib Muhammad Babangida",
"license": "MIT",
"bugs": {
"url": "https://github.com/Suhaibmuhd01/Cognifyz-Frontend-Intern-Project/issues"
},
"homepage": "https://github.com/Suhaibmuhd01/Cognifyz-Frontend-Intern-Project#readme",
"devDependencies": {
"sass": "^1.83.4",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"animate.css": "^4.1.1",
"validator": "^13.12.0"
}
}