-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 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
{
"name": "my-portfolio-website",
"version": "1.0.0",
"description": "My portfolio website.",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js --mode production",
"dev": "webpack serve --config webpack.dev.js --mode development --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jirkasa/my-portfolio-website.git"
},
"author": "Jiří Satora",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jirkasa/my-portfolio-website/issues"
},
"homepage": "https://github.com/Jirkasa/my-portfolio-website#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"aos": "^3.0.0-beta.6",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^11.0.0",
"micromodal": "^0.4.10",
"mini-css-extract-plugin": "^2.6.1",
"nodemon": "^2.0.15",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"smooth-scroll": "^16.1.3",
"style-loader": "^3.3.1",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^4.0.0",
"three": "^0.151.0",
"vanta": "^0.5.24",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0",
"webpack-merge": "^5.8.0",
"webpack-remove-empty-scripts": "^1.0.1"
}
}