{
  "name": "@yr/weather-symbols",
  "version": "7.0.0",
  "description": "Yr weather symbols",
  "author": "alexander.pope@nrk.no, Simen Sægrov <simen.sagrov@nrk.no>",
  "dependencies": {
    "@yr/graphics-component": "^8.0.0"
  },
  "devDependencies": {
    "@types/node": "^10.0.3",
    "@types/react": "^16.3.13",
    "@types/react-dom": "^16.0.5",
    "copy-webpack-plugin": "^4.5.1",
    "cpy-cli": "^1.0.1",
    "css-loader": "^0.28.11",
    "html-webpack-inline-source-plugin": "^0.0.10",
    "html-webpack-inline-svg-plugin": "^1.2.4",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.4.0",
    "prettier": "^1.12.1",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "renamer": "^0.6.1",
    "rimraf": "^2.6.2",
    "ts-loader": "^4.2.0",
    "typescript": "^2.8.3",
    "webpack": "^4.6.0",
    "webpack-cli": "^2.1.2",
    "webpack-dev-server": "^3.1.4"
  },
  "main": "dist/index",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "npm run clean && npm run convert && npm run build-mjs && npm run build-cjs && npm run build-locales && NODE_ENV=production npm run build-docs",
    "build-docs": "webpack && rimraf docs/*.css",
    "build-cjs": "tsc --module commonjs --target ES5",
    "build-locales": "cpy locales/* dist/locales",
    "build-mjs": "tsc --module es2015 --target ES2017 && renamer --regex --find '\\.js$' --replace '.mjs' 'dist/*.js'",
    "clean": "rimraf dist/* docs/*",
    "convert": "npm run generate && node bin/convert dist",
    "generate": "node bin/generate src",
    "lint": "prettier --list-different \"src/**/*.{js,css,ts,tsx}\"",
    "prepublish": "npm run lint && npm run build",
    "watch": "NODE_ENV=development webpack-dev-server"
  },
  "repository": "https://github.com/YR/weather-symbols.git",
  "license": "MIT"
}
