diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-05-20 23:15:30 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-05-20 23:15:30 +0100 |
| commit | 23af28d0587025ee2b41dd5620442309860d06d6 (patch) | |
| tree | 259ea96b557a827bce402624d0833b7068100955 /package.json | |
| parent | 04f7e8f440b98037e295fe16f0f948a8e9d0c234 (diff) | |
Remove Jigswaw files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 2720462..0000000 --- a/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "private": true, - "scripts": { - "local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js", - "staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js", - "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js", - "dev": "npm run local", - "watch": "npm run local -- --watch" - }, - "devDependencies": { - "axios": "^0.18.0", - "browser-sync": "^2.26.3", - "browser-sync-webpack-plugin": "^2.0.1", - "cross-env": "^3.2.3", - "extra-watch-webpack-plugin": "^1.0.3", - "fuse.js": "^3.3.0", - "hasbin": "^1.2.3", - "highlight.js": "^9.13.1", - "laravel-mix": "^4.0.0", - "laravel-mix-purgecss": "^3.0.0", - "node-cmd": "^3.0.0", - "sass": "^1.15.2", - "sass-loader": "^7.1.0", - "tailwindcss": "^1.0.4", - "vue": "^2.5.21", - "vue-template-compiler": "^2.5.21", - "yargs": "^4.6.0" - } -} |
