Merged ESM into feature-bootstrap4

This commit is contained in:
n1474335 2018-06-09 10:48:35 +01:00
commit 27b0505ede
96 changed files with 3814 additions and 15668 deletions

View file

@ -34,6 +34,7 @@
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.1.1",
"colors": "^1.3.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"exports-loader": "^0.7.0",
@ -60,6 +61,7 @@
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.4",
"sass-loader": "^7.0.2",
"prompt": "^1.0.0",
"sitemap": "^1.13.0",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
@ -127,6 +129,7 @@
"test": "grunt test",
"docs": "grunt docs",
"lint": "grunt lint",
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs",
"postinstall": "[ -f node_modules/crypto-api/src/crypto-api.mjs ] || npx j2m node_modules/crypto-api/src/crypto-api.js"
}
}