{ "name": "example-app", "version": "0.1.0", "description": "Example App based on swaf", "repository": "https://eternae.ink/ashpie/swaf-boilerplate", "author": "Alice Gaudon ", "private": true, "main": "dist/main.js", "scripts": { "test": "jest --verbose --runInBand", "clean": "node scripts/clean.js", "prepare-sources": "node scripts/prepare-sources.js", "compile": "yarn clean && yarn prepare-sources && tsc --build", "build": "yarn compile && node . pre-compile-views && node scripts/dist.js", "build-production": "NODE_ENV=production yarn build", "dev": "yarn compile && concurrently -k -n \"Maildev,Typescript,ViewPreCompile,Node\" -p \"[{name}]\" -c \"yellow,blue,red,green\" \"maildev\" \"tsc --build --watch --preserveWatchOutput\" \"nodemon -i public -i intermediates -- pre-compile-views --watch\" \"nodemon -i public -i intermediates\"", "lint": "eslint .", "start": "yarn build-production && node ." }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@fortawesome/fontawesome-free": "^5.14.0", "@tsconfig/svelte": "^2.0.1", "@types/config": "^0.0.40", "@types/express": "^4.17.6", "@types/express-session": "^1.17.0", "@types/feather-icons": "^4.7.0", "@types/formidable": "^2.0.0", "@types/jest": "^27.0.3", "@types/mysql": "^2.15.15", "@types/node": "^16.11.9", "@types/nodemailer": "^6.4.0", "@types/nunjucks": "^3.1.3", "@types/ws": "^8.2.0", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "babel-loader": "^8.1.0", "clear-module": "^4.1.2", "concurrently": "^6.0.0", "css-loader": "^6.5.1", "eslint": "^8.2.0", "feather-icons": "^4.28.0", "file-loader": "^6.0.0", "image-minimizer-webpack-plugin": "^2.2.0", "imagemin-gifsicle": "^7.0.0", "imagemin-mozjpeg": "^9.0.0", "imagemin-pngquant": "^9.0.2", "imagemin-svgo": "^10.0.0", "imagemin-webp": "^6.0.0", "jest": "^27.0.4", "maildev": "^1.1.0", "mini-css-extract-plugin": "^2.4.5", "nodemon": "^2.0.3", "normalize.css": "^8.0.1", "sass": "^1.32.12", "sass-loader": "^12.0.0", "svelte": "^3.44.2", "svelte-preprocess": "^4.9.8", "svgo": "^2.3.0", "terser-webpack-plugin": "^5.0.3", "ts-jest": "^27.0.3", "ts-loader": "^9.1.0", "typescript": "^4.0.2", "webpack": "^5.3.2", "webpack-cli": "^4.1.0" }, "dependencies": { "config": "^3.3.1", "express": "^4.17.1", "swaf": "^0.24.4" } }