-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "A clean, beautiful and responsive portfolio",
"main": "index.js",
"homepage": "https://antonabrosimov.github.io/portfolio",
"scripts": {
"deploy": "gh-pages -d dist",
"start": "webpack-dev-server --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "[email protected]:antonabrosimov/portfolio.git"
},
"keywords": [],
"author": "Anton Abrosimov",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3",
"gh-pages": "^3.2.3",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"tilt.js": "^1.2.1"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^6.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"webpack": "^5.64.3",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0",
"webpack-merge": "^5.8.0"
}
}