1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Merge branch 'no-babel' into 'dev'

No babel

See merge request turris/reforis/foris-js!64
This commit is contained in:
Bogdan Bodnar
2020-01-07 11:12:17 +01:00
17 changed files with 955 additions and 615 deletions

View File

@ -12,7 +12,7 @@
"reforis"
],
"license": "GPL-3.0",
"main": "index.js",
"main": "./src/index.js",
"dependencies": {
"axios": "^0.19.0",
"jest-transform-css": "^2.0.0",
@ -44,7 +44,7 @@
"babel-plugin-react-transform": "^3.0.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"copy-webpack-plugin": "^5.0.4",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.2.0",
"eslint": "^6.1.0",
"eslint-config-reforis": "^1.0.0",
@ -56,14 +56,12 @@
"moment-timezone": "^0.5.25",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-styleguidist": "^9.1.16",
"react-styleguidist": "^10.3.2",
"snapshot-diff": "^0.5.1",
"style-loader": "^1.0.0",
"webpack": "^4.41.0"
},
"scripts": {
"build": "rm -rf dist; babel src --out-dir dist --source-maps inline --copy-files",
"build:watch": "babel src --verbose --watch --out-dir dist --source-maps inline --copy-files",
"lint": "eslint src",
"test": "jest",
"test:watch": "jest --watch",