-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
16 lines (16 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "group-project1-team-3-interactive-front-end-application",
"version": "1.0.0",
"description": "At the conclusion of each phase of this course, you’ll work with a group of your fellow students to create a **project**. A project is collaborative work among a group of developers to create an application that solves a real-world problem. Projects model the experience you’ll encounter in every development role at any company, from large multinational businesses to small startups. Coding is collaborative.",
"main": "tailwind.config.js",
"scripts": {
"tailwind": "npx tailwindcss -i ./assets/src/input.css -o ./assets/css/tailwind-style.css --watch",
"prettier": "npx prettier --write **/*.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prettier-plugin-tailwindcss": "^0.2.8"
}
}