Skip to content

Commit

Permalink
Add node/yarn for asset management.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Feb 17, 2020
1 parent 6faf755 commit 7c89937
Show file tree
Hide file tree
Showing 5 changed files with 8,252 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ ocd_backend/sources/*-facebook.json
**/parties/*.png
data/linkmaps/
ocd_backend/data/linkmaps
app/frontend/static/node_modules
38 changes: 38 additions & 0 deletions app/frontend/static/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "poliscoops",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@openfonts/dosis_latin": "^0.0.11",
"@openfonts/lexend-deca_latin": "0.0.11",
"bootstrap": "v4.3.1",
"bootstrap-table": "^1.15.4",
"cross-env": "^5.2.1",
"ekko-lightbox": "^5.3.0",
"javascript-natural-sort": "^0.7.1",
"jquery": "^3.4.1",
"popper.js": "^1.14.7"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"copy-webpack-plugin": "^5.0.4",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^4.1.2",
"laravel-mix-imagemin": "^1.0.3",
"sass": "^1.22.10",
"sass-loader": "7.*",
"vue-template-compiler": "^2.6.10"
}
}
Loading

0 comments on commit 7c89937

Please sign in to comment.