-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.84 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "imnavanath",
"description": "My React based portfolio is ready by using React, NPM, Tailwind.",
"homepage": ".",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/imnavanath.git"
},
"bugs": {
"url": "https://github.com/imnavanath/issues"
},
"dependencies": {
"@headlessui/react": "^1.6.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"daisyui": "^2.11.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss-cli": "^9.1.0",
"postcss-loader": "^7.0.0",
"react-helmet-async": "^1.2.3",
"react-icons": "^4.3.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"keywords": [
"imnavanath",
"portfolio",
"gitprofile",
"cv",
"resume",
"gitportfolio",
"personal-site",
"personal-website",
"portfolio-website",
"portfolio-site",
"portfolio-template",
"developer-portfolio",
"portfolio-project",
"github-portfolio",
"github-profile",
"tailwind-portfolio",
"react-portfolio"
]
}