Skip to content

Commit

Permalink
update package.json to use Parcel as bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
cobiwave committed Nov 10, 2021
1 parent 9fb7e8f commit 547ad38
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.1",
"private": "true",
"description": "A clean, beautiful and responsive portfolio template for Developers!",
"main": "index.js",
"source": "src/index.html",
"scripts": {
"start": "webpack serve --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js"
"start": "parcel",
"build": "parcel build"
},
"repository": {
"type": "git",
Expand All @@ -20,27 +20,15 @@
},
"homepage": "https://github.com/cobidev/simplefolio#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^1.6.1",
"node-sass": "^6.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prettier": "^2.3.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
"@parcel/transformer-sass": "^2.0.1",
"parcel": "^2.0.1",
"prettier": "^2.4.1"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.2",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"tilt.js": "^1.2.1"
"vanilla-tilt": "^1.7.2"
}
}

0 comments on commit 547ad38

Please sign in to comment.