-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 KB
/
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
32
33
34
35
36
37
38
39
{
"name": "bookmark-landing-page-master",
"version": "1.0.0",
"description": "![Design preview for the Bookmark landing page coding challenge](./design/desktop-preview.jpg)",
"main": "tailwind.config.js",
"homepage": "https://naijadevgamer.github.io/bookmark-landing-page",
"scripts": {
"watch:tailwind": "npx tailwindcss -i ./src/input.css -o ./public/style.css --watch",
"devserver": "live-server public",
"build": "webpack --mode production",
"start": "webpack serve --mode development",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"author": "naijadevgamer",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"gh-pages": "^6.1.1",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"gsap": "^3.12.5",
"mini-css-extract-plugin": "^2.9.0"
}
}