shlink-web-client/package.json

122 lines
4.2 KiB
JSON
Raw Normal View History

2018-05-13 09:57:47 +03:00
{
2019-10-05 20:08:50 +03:00
"name": "shlink-web-client",
"description": "A React-based progressive web application for shlink",
2018-06-14 20:42:42 +03:00
"private": false,
"homepage": "",
"repository": "https://github.com/shlinkio/shlink-web-client",
"license": "MIT",
2018-08-04 11:20:19 +03:00
"scripts": {
2020-12-30 22:10:37 +03:00
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint src/*.scss src/**/*.scss",
2021-08-16 14:21:53 +03:00
"lint:js": "eslint --ext .js,.ts,.tsx src test",
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix",
2019-04-14 22:58:10 +03:00
"lint:css:fix": "npm run lint:css -- --fix",
2021-08-16 14:21:53 +03:00
"lint:js:fix": "npm run lint:js -- --fix",
2022-03-25 19:27:41 +03:00
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build && node scripts/replace-version.js",
"build:dist": "npm run build && node scripts/create-dist-file.js",
"build:serve": "serve -p 5000 ./build",
"test": "jest --env=jsdom --colors --verbose",
2021-09-19 11:31:53 +03:00
"test:coverage": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary",
"test:ci": "npm run test:coverage -- --coverageReporters=clover",
"test:pretty": "npm run test:coverage -- --coverageReporters=html",
2022-05-06 20:02:03 +03:00
"mutate": "./node_modules/.bin/stryker run --concurrency 4 --ignoreStatic"
2018-08-04 11:20:19 +03:00
},
2018-05-13 09:57:47 +03:00
"dependencies": {
2022-03-13 10:40:52 +03:00
"@fortawesome/fontawesome-free": "^6.0.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
2022-03-07 18:53:41 +03:00
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
2020-09-06 11:17:46 +03:00
"bottlejs": "^2.0.0",
2020-11-14 13:00:41 +03:00
"bowser": "^2.11.0",
2022-03-07 18:53:41 +03:00
"chart.js": "^3.7.1",
"classnames": "^2.3.1",
2022-03-07 19:44:07 +03:00
"compare-versions": "^4.1.3",
2022-03-31 21:18:05 +03:00
"csvtojson": "^2.0.10",
2022-03-07 18:53:41 +03:00
"date-fns": "^2.28.0",
"event-source-polyfill": "^1.0.25",
2022-03-31 21:18:05 +03:00
"json2csv": "^5.0.7",
2020-09-06 11:17:46 +03:00
"leaflet": "^1.7.1",
2021-02-28 13:13:07 +03:00
"qs": "^6.9.6",
2022-03-07 19:09:54 +03:00
"ramda": "^0.27.2",
2022-04-30 10:24:53 +03:00
"react": "^18.1.0",
2022-05-02 12:35:05 +03:00
"react-chartjs-2": "^4.1.0",
"react-colorful": "^5.5.1",
2022-03-07 18:58:16 +03:00
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.7.0",
2022-04-30 10:24:53 +03:00
"react-dom": "^18.1.0",
2022-03-07 18:58:16 +03:00
"react-external-link": "^1.2.2",
"react-leaflet": "^4.0.0",
"react-redux": "^8.0.0",
2022-04-02 09:50:59 +03:00
"react-router-dom": "^6.3.0",
2022-03-07 18:58:16 +03:00
"react-swipeable": "^6.2.0",
"react-tag-autocomplete": "^6.3.0",
"reactstrap": "^9.0.1",
"redux": "^4.2.0",
2022-03-07 19:09:54 +03:00
"redux-localstorage-simple": "^2.4.1",
"redux-thunk": "^2.4.1",
"stream": "^0.0.2",
"uuid": "^8.3.2",
2022-03-07 19:09:54 +03:00
"workbox-core": "^6.5.1",
"workbox-expiration": "^6.5.1",
"workbox-precaching": "^6.5.1",
"workbox-routing": "^6.5.1",
"workbox-strategies": "^6.5.1"
2018-08-04 11:20:19 +03:00
},
"devDependencies": {
2022-03-26 14:46:32 +03:00
"@shlinkio/eslint-config-js-coding-standard": "~2.0.0",
2022-05-06 20:02:03 +03:00
"@stryker-mutator/core": "^6.0.2",
"@stryker-mutator/jest-runner": "^6.0.2",
"@stryker-mutator/typescript-checker": "^6.0.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
2022-03-07 19:09:54 +03:00
"@types/classnames": "^2.3.1",
2022-03-07 12:30:57 +03:00
"@types/enzyme": "^3.10.11",
"@types/jest": "^27.4.1",
2022-03-31 21:18:05 +03:00
"@types/json2csv": "^5.0.3",
2022-03-07 19:09:54 +03:00
"@types/leaflet": "^1.7.9",
"@types/qs": "^6.9.7",
"@types/ramda": "0.27.38",
2022-04-30 10:24:53 +03:00
"@types/react": "^18.0.8",
2022-03-07 19:09:54 +03:00
"@types/react-color": "^3.0.6",
"@types/react-copy-to-clipboard": "^5.0.2",
2022-03-07 19:41:59 +03:00
"@types/react-datepicker": "^4.3.4",
2022-04-30 10:24:53 +03:00
"@types/react-dom": "^18.0.3",
2022-03-07 19:09:54 +03:00
"@types/react-tag-autocomplete": "^6.1.1",
"@types/uuid": "^8.3.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",
"adm-zip": "^0.5.9",
2022-05-01 11:19:38 +03:00
"babel-jest": "^28.0.3",
2022-03-25 19:40:18 +03:00
"chalk": "^5.0.1",
2020-10-31 14:27:24 +03:00
"dart-sass": "^1.25.0",
"enzyme": "^3.11.0",
2022-03-26 14:26:46 +03:00
"eslint": "^8.12.0",
2019-01-06 00:25:54 +03:00
"identity-obj-proxy": "^3.0.0",
2022-05-01 11:19:38 +03:00
"jest": "^28.0.3",
2022-04-30 13:01:50 +03:00
"jest-canvas-mock": "^2.4.0",
2022-05-01 11:19:38 +03:00
"jest-environment-jsdom": "^28.0.2",
"react-scripts": "^5.0.1",
2022-04-30 13:01:50 +03:00
"resize-observer-polyfill": "^1.5.1",
2022-03-07 19:29:38 +03:00
"sass": "^1.49.9",
"serve": "^13.0.2",
2022-03-07 19:29:38 +03:00
"stryker-cli": "^1.0.2",
2020-11-14 10:59:20 +03:00
"stylelint": "^13.7.2",
2020-09-06 11:17:46 +03:00
"stylelint-config-adidas": "^1.3.0",
2018-12-31 20:23:47 +03:00
"stylelint-config-adidas-bem": "^1.2.0",
2020-09-06 11:17:46 +03:00
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0",
"ts-mockery": "^1.2.0",
"typescript": "^4.6.2",
"webpack": "^5.70.0"
2018-05-13 09:57:47 +03:00
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
2018-05-13 09:57:47 +03:00
}