Browse Source

adding

master
Björn 5 years ago
parent
commit
af7613b8bf
2 changed files with 9764 additions and 99 deletions
  1. +9728
    -99
      package-lock.json
  2. +36
    -0
      package.json

+ 9728
- 99
package-lock.json
File diff suppressed because it is too large
View File


+ 36
- 0
package.json View File

@ -0,0 +1,36 @@
{
"name": "onepage",
"version": "1.0.0",
"description": "One Page Menu with RiotJS, part of Tiny-Components",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"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"
},
"repository": {
"type": "git",
"url": "git@gitlab.tentakelfabrik.de:tentakelfabrik/super-duper-components/hamburger.git"
},
"author": "Björn Hase",
"license": "MIT",
"dependencies": {
"riot": "^4.5.0",
"smooth-scroll": "^16.1.0"
},
"devDependencies": {
"@riotjs/compiler": "^4.2.0",
"@riotjs/webpack-loader": "^4.0.0",
"cross-env": "^5.2.0",
"laravel-mix": "^4.1.4",
"replace-in-file-webpack-plugin": "^1.0.6",
"resolve-url-loader": "^2.3.1",
"sass": "^1.20.3",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}

Loading…
Cancel
Save