2018-05-13 09:57:47 +03:00
|
|
|
{
|
|
|
|
"name": "shlink-web-client-react",
|
2018-08-26 11:30:20 +03:00
|
|
|
"description": "A React-based progressive web application for shlink",
|
|
|
|
"version": "1.0.0",
|
2018-06-14 20:42:42 +03:00
|
|
|
"private": false,
|
2019-04-14 22:58:10 +03:00
|
|
|
"homepage": "https://shlink.io",
|
2018-08-04 11:20:19 +03:00
|
|
|
"scripts": {
|
2019-04-14 22:58:10 +03:00
|
|
|
"lint": "npm run lint:js && npm run lint:css",
|
2018-08-26 01:00:53 +03:00
|
|
|
"lint:js": "eslint src test scripts config",
|
2019-04-14 22:58:10 +03:00
|
|
|
"lint:js:fix": "npm run lint:js -- --fix",
|
2018-09-01 12:37:58 +03:00
|
|
|
"lint:css": "stylelint src/*.scss src/**/*.scss",
|
2019-04-14 22:58:10 +03:00
|
|
|
"lint:css:fix": "npm run lint:css -- --fix",
|
2018-08-04 11:20:19 +03:00
|
|
|
"start": "node scripts/start.js",
|
2019-04-14 22:58:10 +03:00
|
|
|
"serve:build": "serve ./build",
|
2018-08-04 11:20:19 +03:00
|
|
|
"build": "node scripts/build.js",
|
2018-08-23 10:34:26 +03:00
|
|
|
"test": "node scripts/test.js --env=jsdom --colors",
|
2019-04-14 22:58:10 +03:00
|
|
|
"test:ci": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary --coverageReporters=clover",
|
|
|
|
"test:pretty": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary --coverageReporters=html"
|
2018-08-04 11:20:19 +03:00
|
|
|
},
|
2018-05-13 09:57:47 +03:00
|
|
|
"dependencies": {
|
2019-01-06 00:25:54 +03:00
|
|
|
"@fortawesome/fontawesome-free": "^5.6.3",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.6.3",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.6.3",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.3",
|
2019-03-03 12:01:10 +03:00
|
|
|
"array-filter": "^1.0.0",
|
|
|
|
"array-map": "^0.0.0",
|
|
|
|
"array-reduce": "^0.0.0",
|
2018-06-15 22:49:25 +03:00
|
|
|
"axios": "^0.18.0",
|
2019-03-04 23:05:30 +03:00
|
|
|
"bootstrap": "^4.3.1",
|
2018-12-17 22:03:36 +03:00
|
|
|
"bottlejs": "^1.7.1",
|
2018-08-04 11:20:19 +03:00
|
|
|
"chart.js": "^2.7.2",
|
2018-08-15 09:51:20 +03:00
|
|
|
"classnames": "^2.2.6",
|
2018-08-20 18:08:15 +03:00
|
|
|
"csvjson": "^5.1.0",
|
2019-01-07 15:35:14 +03:00
|
|
|
"leaflet": "^1.4.0",
|
2018-08-04 11:20:19 +03:00
|
|
|
"moment": "^2.22.2",
|
2019-01-06 00:25:54 +03:00
|
|
|
"promise": "^8.0.1",
|
2018-08-12 09:45:48 +03:00
|
|
|
"prop-types": "^15.6.2",
|
2018-08-04 11:20:19 +03:00
|
|
|
"qs": "^6.5.2",
|
2019-03-04 20:14:45 +03:00
|
|
|
"ramda": "^0.26.1",
|
2019-03-10 10:28:14 +03:00
|
|
|
"react": "^16.8.0",
|
2018-08-31 19:00:33 +03:00
|
|
|
"react-autosuggest": "^9.4.0",
|
2018-08-04 11:20:19 +03:00
|
|
|
"react-chartjs-2": "^2.7.4",
|
2018-08-18 23:59:53 +03:00
|
|
|
"react-color": "^2.14.1",
|
2018-08-04 11:20:19 +03:00
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2019-01-06 12:20:24 +03:00
|
|
|
"react-datepicker": "~1.5.0",
|
2019-03-10 10:28:14 +03:00
|
|
|
"react-dom": "^16.8.0",
|
2019-03-04 22:24:28 +03:00
|
|
|
"react-leaflet": "^2.2.1",
|
2018-08-04 11:20:19 +03:00
|
|
|
"react-moment": "^0.7.6",
|
|
|
|
"react-redux": "^5.0.7",
|
|
|
|
"react-router-dom": "^4.2.2",
|
2018-08-14 21:28:46 +03:00
|
|
|
"react-swipeable": "^4.3.0",
|
2018-08-11 22:39:27 +03:00
|
|
|
"react-tagsinput": "^3.19.0",
|
2019-03-17 19:48:05 +03:00
|
|
|
"reactstrap": "^7.1.0",
|
2018-08-04 11:20:19 +03:00
|
|
|
"redux": "^4.0.0",
|
2019-03-17 10:49:24 +03:00
|
|
|
"redux-actions": "^2.6.5",
|
2018-08-04 11:20:19 +03:00
|
|
|
"redux-thunk": "^2.3.0",
|
|
|
|
"uuid": "^3.3.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-06 00:25:54 +03:00
|
|
|
"@babel/core": "^7.1.6",
|
|
|
|
"@svgr/webpack": "^2.4.1",
|
2019-01-07 11:24:46 +03:00
|
|
|
"adm-zip": "0.4.11",
|
2018-12-31 20:23:47 +03:00
|
|
|
"autoprefixer": "^7.1.6",
|
2019-01-06 00:25:54 +03:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2019-01-06 12:20:24 +03:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-01-06 00:25:54 +03:00
|
|
|
"babel-jest": "^23.6.0",
|
|
|
|
"babel-loader": "^8.0.4",
|
|
|
|
"babel-plugin-named-asset-import": "^0.3.0",
|
|
|
|
"babel-preset-react-app": "^7.0.0",
|
2018-12-31 20:23:47 +03:00
|
|
|
"babel-runtime": "^6.26.0",
|
2019-01-06 00:25:54 +03:00
|
|
|
"bfj": "^6.1.1",
|
|
|
|
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
|
|
|
"chalk": "^2.4.1",
|
|
|
|
"css-loader": "^1.0.0",
|
|
|
|
"dotenv": "^6.0.0",
|
2018-12-31 20:23:47 +03:00
|
|
|
"dotenv-expand": "^4.2.0",
|
2018-06-14 20:42:42 +03:00
|
|
|
"enzyme": "^3.3.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
2018-12-31 20:23:47 +03:00
|
|
|
"eslint": "^5.11.1",
|
|
|
|
"eslint-config-adidas-babel": "^1.1.0",
|
|
|
|
"eslint-config-adidas-env": "^1.1.0",
|
|
|
|
"eslint-config-adidas-es6": "^1.2.0",
|
|
|
|
"eslint-config-adidas-react": "^1.1.1",
|
|
|
|
"eslint-loader": "^2.1.1",
|
2019-01-06 00:25:54 +03:00
|
|
|
"eslint-plugin-import": "^2.14.0",
|
2018-08-26 00:39:27 +03:00
|
|
|
"eslint-plugin-jest": "^21.22.0",
|
2019-01-06 00:25:54 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.1.2",
|
2018-12-31 20:23:47 +03:00
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
2019-01-06 00:25:54 +03:00
|
|
|
"eslint-plugin-react": "^7.11.1",
|
|
|
|
"file-loader": "^2.0.0",
|
|
|
|
"fork-ts-checker-webpack-plugin-alt": "^0.4.14",
|
|
|
|
"fs-extra": "^7.0.0",
|
|
|
|
"html-webpack-plugin": "^4.0.0-alpha.2",
|
|
|
|
"identity-obj-proxy": "^3.0.0",
|
|
|
|
"jest": "^23.6.0",
|
|
|
|
"jest-pnp-resolver": "^1.0.1",
|
|
|
|
"jest-resolve": "^23.6.0",
|
|
|
|
"mini-css-extract-plugin": "^0.4.3",
|
2018-08-04 11:20:19 +03:00
|
|
|
"node-sass": "^4.9.0",
|
2019-01-06 00:25:54 +03:00
|
|
|
"object-assign": "^4.1.1",
|
2018-08-22 11:44:24 +03:00
|
|
|
"ocular.js": "^0.1.0",
|
2019-01-06 00:25:54 +03:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
|
|
"pnp-webpack-plugin": "^1.1.0",
|
2019-01-01 14:33:53 +03:00
|
|
|
"postcss": "^7.0.7",
|
2018-12-31 20:23:47 +03:00
|
|
|
"postcss-flexbugs-fixes": "^4.1.0",
|
|
|
|
"postcss-loader": "^3.0.0",
|
2019-01-06 00:25:54 +03:00
|
|
|
"postcss-preset-env": "^6.3.1",
|
|
|
|
"postcss-safe-parser": "^4.0.1",
|
2018-12-31 20:23:47 +03:00
|
|
|
"raf": "^3.4.0",
|
2019-01-06 00:25:54 +03:00
|
|
|
"react-app-polyfill": "^0.2.0",
|
|
|
|
"react-dev-utils": "^7.0.1",
|
|
|
|
"resolve": "^1.8.1",
|
|
|
|
"sass-loader": "^7.1.0",
|
2018-08-23 10:49:13 +03:00
|
|
|
"serve": "^10.0.0",
|
2019-01-06 00:25:54 +03:00
|
|
|
"style-loader": "^0.23.0",
|
2018-12-31 20:23:47 +03:00
|
|
|
"stylelint": "^9.9.0",
|
|
|
|
"stylelint-config-adidas": "^1.2.1",
|
|
|
|
"stylelint-config-adidas-bem": "^1.2.0",
|
2018-08-25 11:22:25 +03:00
|
|
|
"stylelint-config-recommended-scss": "^3.2.0",
|
|
|
|
"stylelint-scss": "^3.3.0",
|
2018-12-31 20:23:47 +03:00
|
|
|
"sw-precache-webpack-plugin": "^0.11.4",
|
2019-01-06 00:25:54 +03:00
|
|
|
"terser-webpack-plugin": "^1.1.0",
|
|
|
|
"url-loader": "^1.1.1",
|
|
|
|
"webpack": "^4.19.1",
|
|
|
|
"webpack-dev-server": "^3.1.14",
|
|
|
|
"webpack-manifest-plugin": "^2.0.4",
|
|
|
|
"whatwg-fetch": "^2.0.3",
|
|
|
|
"workbox-webpack-plugin": "^3.6.3"
|
2018-05-13 09:57:47 +03:00
|
|
|
},
|
|
|
|
"babel": {
|
|
|
|
"presets": [
|
|
|
|
"react-app"
|
|
|
|
]
|
2019-01-06 00:54:54 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-05-13 09:57:47 +03:00
|
|
|
}
|