Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 1.69 KiB
{
  "name": "coop-starter",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "test": "cypress run",
    "cypress": "cypress open",
    "scss": "node-sass ./src/styles/index.scss -o ./www/styles/",
    "pug": "npm run copy-config && node ./compile-pug.js",
    "copy-js": "cp -rv ./src/scripts/  ./www/",
    "copy-fonts": "cp -R ./src/fonts  ./www",
    "copy-images": "cp -R ./src/images  ./www",
    "copy-config": "cp -n src/config.sample.json src/config.json",
    "watch-js": "onchange 'src/scripts/*.js' -- run-s copy-js",
    "build": "run-s copy-js copy-fonts copy-images pug scss",
    "watch": "run-p watch-js copy-fonts copy-images \"pug -- -w\" \"scss -- -w\" ",
    "serve": "node server.js",
    "start": "node server.js"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.1.0",
    "browser-sync": "^2.24.7",
    "chokidar": "^3.2.3",
    "copy-and-watch": "^0.1.2",
    "cypress": "^3.8.1",
    "express": "^4.16.3",
    "http-server": "^0.12.1",
    "js-yaml": "^3.13.1",
    "node-sass": "^4.13.1",
    "npm-run-all": "^4.1.5",
    "object-assign-deep": "^0.4.0",
    "pug": "^2.0.4",
    "wait-on": "^3.3.0"
  },
  "dependencies": {
    "@webcomponents/html-imports": "^1.2.0",
    "@webcomponents/webcomponentsjs": "^1.2.7",
    "cookie-parser": "^1.4.4",
    "include-media": "^1.4.9",
    "normalize.css": "^8.0.0",
    "onchange": "^6.1.0",
    "simple-line-icons": "^2.4.1"
  },
  "description": "This repository is the frontend application of the CoopStarter project.",
  "main": "compile-pug.js",
  "repository": {
    "type": "git",
    "url": "git@git.happy-dev.fr:startinblox/applications/coop-starter/coopstarter-front.git"
  },
  "keywords": [],
  "author": ""
}