generated from mmacneil/devfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 780 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 780 Bytes
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
{
"name": "devfolio",
"version": "1.5.0",
"description": "A simple, responsive, single-page portfolio and resume for developers built with Bulma, Sass, Font Awesome and Flickity.",
"main": "webpack.config.js",
"repository": "https://github.com/mmacneil/devfolio",
"author": "Mark Macneil",
"license": "MIT",
"scripts": {
"build": "webpack --mode production"
},
"devDependencies": {
"bulma": "^0.9.3",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^2.3.0",
"node-sass": "^7.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"flickity": "^2.2.2",
"flickity-imagesloaded": "^2.0.0"
}
}