-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Portfolio for Deekshant Joshi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode=development",
"prod": "webpack --mode=production",
"start": "webpack serve --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craftisan/portfolio.git"
},
"author": "Deekshant Joshi<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/craftisan/portfolio/issues"
},
"homepage": "https://github.com/craftisan/portfolio#readme",
"devDependencies": {
"autoprefixer": "^10.4.13",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"gsap": "^3.11.4",
"html-minimizer-webpack-plugin": "^4.3.0",
"jquery": "^3.6.3",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"split-type": "^0.3.3",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.7",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}