Skip to content

Commit

Permalink
➕ depadd(Add NPM config): Add a dependency.
Browse files Browse the repository at this point in the history
🧰 Build: patch
  • Loading branch information
sgkens committed Jan 20, 2024
1 parent 0760b7b commit bc942b3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-server-browsersync": "^1.0.2",
"@babel/preset-env": "^7.23.8",
"@tailwindcss/typography": "^0.5.10",
"alpinejs": "^3.13.3",
"apexcharts": "3.45.1",
"babel-loader": "^9.1.3",
"tailwindcss": "^3.4.1",
"vivus": "^0.4.6",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"prodDependencies": {
"alpinejs": "^3.13.3",
"express": "^4.18.2",
"apexcharts": "3.45.1",
"vivus": "^0.4.6"
},
"scripts": {
"bundle-webpack" : "npx webpack --config webpack.config.js",
"build": "npx tailwindcss -i ./src/css/input.css -o ./src/css/main.css && npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve",
"c-server": "node .\\server.mjs"
},
"dependencies": {
"alpinejs": "^3.13.3",
"apexcharts": "3.45.1",
"express": "^4.18.2",
"vivus": "^0.4.6"
}
}

0 comments on commit bc942b3

Please sign in to comment.