2018-05-13 08:57:47 +02:00
|
|
|
{
|
2019-10-05 19:08:50 +02:00
|
|
|
"name": "shlink-web-client",
|
2018-08-26 10:30:20 +02:00
|
|
|
"description": "A React-based progressive web application for shlink",
|
2018-06-14 19:42:42 +02:00
|
|
|
"private": false,
|
2019-04-28 12:07:09 +02:00
|
|
|
"homepage": "",
|
2019-08-24 16:38:44 +02:00
|
|
|
"repository": "https://github.com/shlinkio/shlink-web-client",
|
|
|
|
"license": "MIT",
|
2018-08-04 10:20:19 +02:00
|
|
|
"scripts": {
|
2020-12-30 20:10:37 +01:00
|
|
|
"lint": "npm run lint:css && npm run lint:js",
|
2023-08-14 12:15:57 +02:00
|
|
|
"lint:css": "stylelint src/*.scss src/**/*.scss",
|
|
|
|
"lint:js": "eslint --ext .js,.ts,.tsx src test",
|
2021-08-16 13:21:53 +02:00
|
|
|
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix",
|
2019-04-14 21:58:10 +02:00
|
|
|
"lint:css:fix": "npm run lint:css -- --fix",
|
2021-08-16 13:21:53 +02:00
|
|
|
"lint:js:fix": "npm run lint:js -- --fix",
|
2023-03-19 10:32:11 +01:00
|
|
|
"types": "tsc",
|
2022-12-24 10:18:26 +01:00
|
|
|
"start": "vite serve --host=0.0.0.0",
|
2023-03-08 09:18:32 +01:00
|
|
|
"preview": "vite preview --host=0.0.0.0",
|
2023-03-19 10:32:11 +01:00
|
|
|
"build": "npm run types && vite build && node scripts/replace-version.mjs",
|
2022-05-15 08:32:36 +02:00
|
|
|
"build:dist": "npm run build && node scripts/create-dist-file.mjs",
|
2023-05-27 11:36:18 +02:00
|
|
|
"test": "vitest run --run",
|
2023-05-27 14:15:38 +02:00
|
|
|
"test:watch": "vitest --watch",
|
2023-05-27 12:45:06 +02:00
|
|
|
"test:ci": "npm run test -- --coverage",
|
2023-02-17 20:09:31 +01:00
|
|
|
"test:verbose": "npm run test -- --verbose"
|
2018-08-04 10:20:19 +02:00
|
|
|
},
|
2018-05-13 08:57:47 +02:00
|
|
|
"dependencies": {
|
2023-08-08 12:43:09 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
2022-10-03 20:06:57 +02:00
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2023-08-26 07:58:14 +00:00
|
|
|
"@json2csv/plainjs": "^7.0.3",
|
2023-08-08 12:43:09 +02:00
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
2023-08-11 23:21:34 +02:00
|
|
|
"@shlinkio/shlink-frontend-kit": "^0.2.0",
|
2023-08-29 23:12:25 +02:00
|
|
|
"@shlinkio/shlink-js-sdk": "^0.1.0",
|
|
|
|
"@shlinkio/shlink-web-component": "^0.3.3",
|
2023-08-10 20:32:18 +02:00
|
|
|
"bootstrap": "5.2.3",
|
2022-10-03 20:06:57 +02:00
|
|
|
"bottlejs": "^2.0.1",
|
2022-12-25 22:31:28 +01:00
|
|
|
"classnames": "^2.3.2",
|
2023-08-08 13:26:45 +02:00
|
|
|
"compare-versions": "^6.1.0",
|
2022-03-31 20:18:05 +02:00
|
|
|
"csvtojson": "^2.0.10",
|
2023-08-08 13:26:45 +02:00
|
|
|
"date-fns": "^2.30.0",
|
2022-03-07 17:09:54 +01:00
|
|
|
"ramda": "^0.27.2",
|
2022-10-04 23:09:30 +02:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-04-20 22:57:49 +02:00
|
|
|
"react-external-link": "^2.2.0",
|
2023-08-08 12:43:09 +02:00
|
|
|
"react-redux": "^8.1.2",
|
2023-08-19 15:25:37 +00:00
|
|
|
"react-router-dom": "^6.15.0",
|
2023-08-08 12:43:09 +02:00
|
|
|
"reactstrap": "^9.2.0",
|
2022-10-04 23:09:30 +02:00
|
|
|
"redux-localstorage-simple": "^2.5.1",
|
2023-08-08 13:26:45 +02:00
|
|
|
"uuid": "^9.0.0",
|
2023-08-27 06:38:57 +00:00
|
|
|
"workbox-core": "^7.0.0",
|
2023-08-19 15:25:51 +00:00
|
|
|
"workbox-expiration": "^7.0.0",
|
2023-08-19 15:35:58 +00:00
|
|
|
"workbox-precaching": "^7.0.0",
|
2023-08-19 15:26:54 +00:00
|
|
|
"workbox-routing": "^7.0.0",
|
2023-08-19 15:33:03 +00:00
|
|
|
"workbox-strategies": "^7.0.0"
|
2018-08-04 10:20:19 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-26 08:24:29 +00:00
|
|
|
"@shlinkio/eslint-config-js-coding-standard": "~2.3.0",
|
2023-08-08 11:15:16 +02:00
|
|
|
"@shlinkio/stylelint-config-css-coding-standard": "~1.1.1",
|
2023-08-26 07:59:23 +00:00
|
|
|
"@testing-library/jest-dom": "^6.1.2",
|
2023-05-27 12:29:03 +02:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2022-10-04 23:17:12 +02:00
|
|
|
"@testing-library/user-event": "^14.4.3",
|
2023-08-08 11:24:19 +02:00
|
|
|
"@total-typescript/shoehorn": "^0.1.1",
|
2023-09-02 07:03:09 +00:00
|
|
|
"@types/leaflet": "^1.9.4",
|
2023-08-08 12:43:09 +02:00
|
|
|
"@types/ramda": "^0.27.66",
|
2023-08-26 07:59:53 +00:00
|
|
|
"@types/react": "^18.2.21",
|
2023-08-10 09:18:22 +02:00
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-08-08 13:26:45 +02:00
|
|
|
"@types/uuid": "^9.0.2",
|
2023-08-08 11:15:16 +02:00
|
|
|
"@vitejs/plugin-react": "^4.0.4",
|
2023-08-26 07:59:42 +00:00
|
|
|
"@vitest/coverage-v8": "^0.34.3",
|
2022-12-25 22:31:28 +01:00
|
|
|
"adm-zip": "^0.5.10",
|
2023-08-08 11:24:19 +02:00
|
|
|
"chalk": "^5.3.0",
|
2023-08-26 08:24:44 +00:00
|
|
|
"eslint": "^8.48.0",
|
2023-08-14 12:15:57 +02:00
|
|
|
"history": "^5.3.0",
|
2023-08-08 11:15:16 +02:00
|
|
|
"jsdom": "^22.1.0",
|
2023-08-19 15:31:01 +00:00
|
|
|
"sass": "^1.66.1",
|
2023-08-26 07:57:55 +00:00
|
|
|
"stylelint": "^15.10.3",
|
2023-08-27 07:10:05 +00:00
|
|
|
"typescript": "^5.2.2",
|
2023-08-08 11:15:16 +02:00
|
|
|
"vite": "^4.4.9",
|
|
|
|
"vite-plugin-pwa": "^0.16.4",
|
2023-08-26 07:58:53 +00:00
|
|
|
"vitest": "^0.34.3"
|
2018-05-13 08:57:47 +02:00
|
|
|
},
|
2019-01-05 22:54:54 +01:00
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-05-13 08:57:47 +02:00
|
|
|
}
|