-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.62 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.62 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
{
"name": "web-sprint-challenge-user-interface-responsive-design",
"version": "0.0.9",
"description": "This challenge allows you to practice the concepts and techniques learned over the past week and apply them in a concrete project. This Sprint explored User Interface and Git. During this Sprint, you studied Semantic HTML, CSS Fundamentals, CSS Flexbox Module, and Git. In your challenge this week, you will demonstrate proficiency by creating a multi page website that has some missing HTML elements as well as CSS specificity problems that need to be solved. You will also create an additional web page that will be linked to from a navigation you will build.",
"main": "index.js",
"dependencies": {
"@babel/preset-env": "^7.16.11",
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/core": "^7.17.8"
},
"scripts": {
"test": "jest --watchAll --verbose --forceExit --silent",
"start": "serve src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bloominstituteoftechnology/web-Sprint-Challenge-User-Interface-Responsive-Design.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bloominstituteoftechnology/web-Sprint-Challenge-User-Interface-Responsive-Design/issues"
},
"homepage": "https://github.com/bloominstituteoftechnology/web-Sprint-Challenge-User-Interface-Responsive-Design#readme"
}