Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 9a772066

Přidáno uživatelem Tomáš před více než 3 roky(ů)

working webpack

Zobrazit rozdíly:

website/package.json
5 5
  "directories": {
6 6
    "test": "tests"
7 7
  },
8
  "dependencies": {},
8
  "dependencies": {
9
    "babel-polyfill": "^6.26.0",
10
    "whatwg-fetch": "^3.5.0"
11
  },
9 12
  "devDependencies": {
10 13
    "eslint": "^7.0.0",
11 14
    "eslint-config-standard": "^14.1.1",
......
16 19
    "eslint-plugin-standard": "^4.0.1"
17 20
  },
18 21
  "scripts": {
19
    "test": "echo \"Error: no test specified\" && exit 1"
22
    "test": "echo \"Error: no test specified\" && exit 1",
23
    "build": "webpack"
20 24
  },
21 25
  "author": "",
22 26
  "license": "ISC"

Také k dispozici: Unified diff