2018-05-13 09:57:47 +03:00
|
|
|
{
|
2019-10-05 20:08:50 +03:00
|
|
|
"name": "shlink-web-client",
|
2018-08-26 11:30:20 +03:00
|
|
|
"description": "A React-based progressive web application for shlink",
|
2018-06-14 20:42:42 +03:00
|
|
|
"private": false,
|
2019-04-28 13:07:09 +03:00
|
|
|
"homepage": "",
|
2019-08-24 17:38:44 +03:00
|
|
|
"repository": "https://github.com/shlinkio/shlink-web-client",
|
|
|
|
"license": "MIT",
|
2023-12-19 01:05:17 +03:00
|
|
|
"type": "module",
|
2018-08-04 11:20:19 +03:00
|
|
|
"scripts": {
|
2024-10-26 14:09:00 +03:00
|
|
|
"lint": "node --run lint:css && node --run lint:js",
|
2023-08-14 13:15:57 +03:00
|
|
|
"lint:css": "stylelint src/*.scss src/**/*.scss",
|
2024-06-20 15:56:32 +03:00
|
|
|
"lint:js": "eslint src test config/test",
|
2024-10-26 14:09:00 +03:00
|
|
|
"lint:fix": "node --run lint:css:fix && node --run lint:js:fix",
|
|
|
|
"lint:css:fix": "node --run lint:css -- --fix",
|
|
|
|
"lint:js:fix": "node --run lint:js -- --fix",
|
2023-03-19 12:32:11 +03:00
|
|
|
"types": "tsc",
|
2022-12-24 12:18:26 +03:00
|
|
|
"start": "vite serve --host=0.0.0.0",
|
2023-03-08 11:18:32 +03:00
|
|
|
"preview": "vite preview --host=0.0.0.0",
|
2024-10-26 14:09:00 +03:00
|
|
|
"build": "node --run types && vite build && node scripts/replace-version.mjs",
|
|
|
|
"build:dist": "node --run build && node scripts/create-dist-file.mjs",
|
2023-05-27 12:36:18 +03:00
|
|
|
"test": "vitest run --run",
|
2023-05-27 15:15:38 +03:00
|
|
|
"test:watch": "vitest --watch",
|
2024-10-26 14:09:00 +03:00
|
|
|
"test:ci": "node --run test -- --coverage",
|
|
|
|
"test:verbose": "node --run test -- --verbose"
|
2018-08-04 11:20:19 +03:00
|
|
|
},
|
2018-05-13 09:57:47 +03:00
|
|
|
"dependencies": {
|
2024-11-23 11:20:55 +03:00
|
|
|
"@fortawesome/fontawesome-free": "^6.7.1",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.1",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.1",
|
2024-05-25 10:38:24 +03:00
|
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
2024-02-17 11:53:11 +03:00
|
|
|
"@json2csv/plainjs": "^7.0.6",
|
2024-11-30 11:31:49 +03:00
|
|
|
"@reduxjs/toolkit": "^2.4.0",
|
2023-12-19 01:05:17 +03:00
|
|
|
"@shlinkio/data-manipulation": "^1.0.3",
|
2024-12-09 13:52:58 +03:00
|
|
|
"@shlinkio/shlink-frontend-kit": "^0.7.0",
|
2024-11-30 11:30:20 +03:00
|
|
|
"@shlinkio/shlink-js-sdk": "^1.3.0",
|
2024-12-09 13:52:58 +03:00
|
|
|
"@shlinkio/shlink-web-component": "^0.12.0",
|
2023-08-10 21:32:18 +03:00
|
|
|
"bootstrap": "5.2.3",
|
2022-10-03 21:06:57 +03:00
|
|
|
"bottlejs": "^2.0.1",
|
2024-04-27 10:48:17 +03:00
|
|
|
"clsx": "^2.1.1",
|
2024-07-20 10:16:39 +03:00
|
|
|
"compare-versions": "^6.1.1",
|
2022-03-31 21:18:05 +03:00
|
|
|
"csvtojson": "^2.0.10",
|
2024-09-21 11:00:57 +03:00
|
|
|
"date-fns": "^4.1.0",
|
2024-04-27 14:16:18 +03:00
|
|
|
"react": "^18.3.1",
|
2024-04-27 21:40:53 +03:00
|
|
|
"react-dom": "^18.3.1",
|
2024-12-07 11:30:59 +03:00
|
|
|
"react-external-link": "^2.4.0",
|
2024-05-04 10:58:07 +03:00
|
|
|
"react-redux": "^9.1.2",
|
2024-12-09 13:52:58 +03:00
|
|
|
"react-router": "^7.0.2",
|
2024-09-28 10:09:49 +03:00
|
|
|
"reactstrap": "^9.2.3",
|
2022-10-05 00:09:30 +03:00
|
|
|
"redux-localstorage-simple": "^2.5.1",
|
2024-11-02 11:20:49 +03:00
|
|
|
"workbox-core": "^7.3.0",
|
|
|
|
"workbox-expiration": "^7.3.0",
|
|
|
|
"workbox-precaching": "^7.3.0",
|
|
|
|
"workbox-routing": "^7.3.0",
|
|
|
|
"workbox-strategies": "^7.3.0"
|
2018-08-04 11:20:19 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-26 10:31:58 +03:00
|
|
|
"@shlinkio/eslint-config-js-coding-standard": "~3.2.1",
|
2023-08-08 12:15:16 +03:00
|
|
|
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
|
2024-11-23 13:25:05 +03:00
|
|
|
"@stylistic/eslint-plugin": "^2.11.0",
|
2024-11-02 11:18:47 +03:00
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
2024-12-07 11:29:48 +03:00
|
|
|
"@testing-library/react": "^16.1.0",
|
2023-12-30 11:54:31 +03:00
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-03-02 11:50:44 +03:00
|
|
|
"@total-typescript/shoehorn": "^0.1.2",
|
2024-10-26 10:12:00 +03:00
|
|
|
"@types/react": "^18.3.12",
|
2024-10-12 10:28:32 +03:00
|
|
|
"@types/react-dom": "^18.3.1",
|
2024-06-22 10:51:54 +03:00
|
|
|
"@types/uuid": "^10.0.0",
|
2024-11-30 12:40:07 +03:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2024-11-30 11:31:14 +03:00
|
|
|
"@vitest/coverage-v8": "^2.1.6",
|
2024-08-31 10:31:53 +03:00
|
|
|
"adm-zip": "^0.5.16",
|
2024-10-26 10:13:10 +03:00
|
|
|
"axe-core": "^4.10.2",
|
2023-08-08 12:24:19 +03:00
|
|
|
"chalk": "^5.3.0",
|
2024-11-30 11:30:03 +03:00
|
|
|
"eslint": "^9.16.0",
|
2024-10-26 10:31:58 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
|
|
"eslint-plugin-react": "^7.37.2",
|
2024-12-07 12:26:37 +03:00
|
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
2024-07-06 10:57:51 +03:00
|
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
2023-08-14 13:15:57 +03:00
|
|
|
"history": "^5.3.0",
|
2024-09-28 10:41:32 +03:00
|
|
|
"jsdom": "^25.0.1",
|
2024-12-07 11:31:11 +03:00
|
|
|
"sass": "^1.82.0",
|
2023-10-21 10:28:25 +03:00
|
|
|
"stylelint": "^15.11.0",
|
2024-11-23 11:21:43 +03:00
|
|
|
"typescript": "^5.7.2",
|
2024-12-07 12:26:37 +03:00
|
|
|
"typescript-eslint": "^8.17.0",
|
2024-12-21 11:33:48 +03:00
|
|
|
"vite": "^6.0.5",
|
2024-11-30 11:32:00 +03:00
|
|
|
"vite-plugin-pwa": "^0.21.1",
|
2024-07-13 10:23:59 +03:00
|
|
|
"vitest": "^2.0.2"
|
2018-05-13 09:57:47 +03:00
|
|
|
},
|
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
|
|
|
}
|