-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
65 lines (65 loc) · 1.74 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
{
"name": "leeneon",
"version": "1.0.0",
"description": "Leeneon is a free portfolio template 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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Manussakis/leeneon.git"
},
"browserslist": [
"last 2 version",
"> 0.5%",
"IE >= 11"
],
"keywords": [
"a11y",
"dark-theme",
"portfolio-website",
"rtl"
],
"author": "https://github.com/Manussakis/",
"license": "MIT",
"bugs": {
"url": "https://github.com/Manussakis/leeneon/issues"
},
"homepage": "https://github.com/Manussakis/leeneon#readme",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^2.0.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^1.6.2",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.37.2",
"sass-loader": "^12.1.0",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"animejs": "^3.2.1",
"focus-visible": "^5.2.0",
"headroom.js": "^0.12.0",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jarallax": "^1.12.7",
"normalize.css": "^8.0.1",
"object-fit-images": "^3.2.4",
"rxjs": "^6.6.7",
"swiper": "^6.8.1",
"wicg-inert": "^3.1.1"
}
}