first commit
parents
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "private": true, | ||
| "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" | ||
| }, | ||
| "devDependencies": { | ||
| "axios": "^0.19", | ||
| "bootstrap": "^4.0.0", | ||
| "cross-env": "^5.1", | ||
| "jquery": "^3.5", | ||
| "laravel-mix": "^5.0.1", | ||
| "lodash": "^4.17.13", | ||
| "popper.js": "^1.12", | ||
| "resolve-url-loader": "^2.3.1", | ||
| "sass": "^1.20.1", | ||
| "sass-loader": "7.*", | ||
| "vue": "^2.5.17", | ||
| "vue-template-compiler": "^2.6.10" | ||
| } | ||
| } |
phpunit.xml
0 → 100644
public/.htaccess
0 → 100644
public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
public/css/style.css
0 → 100644
public/css/styleIndex.css
0 → 100644
public/favicon.ico
0 → 100644
public/img/colorscheme.png
0 → 100644
3.4 KB
public/img/gifs/arrow.gif
0 → 100644
52.4 KB
public/img/icons/area.svg
0 → 100644
public/img/icons/arrow.svg
0 → 100644