-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.54 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
{
"name": "jpsantos-portfolio",
"version": "1.0.0",
"description": "JP Santos portfolio designed and developed to be accessible for as many users as possible.",
"main": "./src/index.js",
"scripts": {
"start": "npx webpack serve --config webpack.dev.js",
"build": "npx webpack --config webpack.prod.js"
},
"browserslist": [
"last 2 version",
"> 0.5%",
"IE >= 11"
],
"keywords": [
"a11y",
"dark-theme",
"portfolio-website",
"rtl"
],
"author": "https://github.com/jpsantos7/",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.2",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"animejs": "^3.2.1",
"focus-visible": "^5.2.0",
"headroom.js": "^0.12.0",
"imagesloaded": "^5.0.0",
"isotope-layout": "^3.0.6",
"jarallax": "^2.0.4",
"normalize.css": "^8.0.1",
"object-fit-images": "^3.2.4",
"rxjs": "^7.5.6",
"swiper": "^6.8.1",
"whatwg-fetch": "^3.6.2",
"wicg-inert": "^3.1.2"
}
}