-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 937 Bytes
/
package.json
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
{
"name": "frontendmentor-loopstudios-landing-page",
"version": "1.0.0",
"description": "![Design preview for the Loopstudios landing page coding challenge](./design/desktop-preview.jpg)",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "npm run build && gh-pages -d dist",
"lint": "prettier --check .",
"format": "prettier --write .",
"prepare": "husky install"
},
"lint-staged": {
"*.{html,js,css,json}": "prettier --write"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.14",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"vite": "^4.4.4"
}
}