1
Fork 0
photoview/ui/package.json

102 lines
3.1 KiB
JSON
Raw Normal View History

2019-07-05 00:36:32 +02:00
{
"name": "photoview-ui",
2019-07-05 00:36:32 +02:00
"version": "0.0.1",
2021-04-03 17:32:01 +02:00
"repository": {
"type": "git",
"url": "https://github.com/photoview/photoview.git",
"directory": "ui"
},
"license": "GPL-3.0",
"description": "UI app for Photoview",
2019-07-05 00:36:32 +02:00
"dependencies": {
2021-07-15 13:07:35 +02:00
"@apollo/client": "^3.3.21",
"@babel/preset-typescript": "^7.14.5",
"@craco/craco": "^6.2.0",
"@headlessui/react": "^1.3.0",
"@react-aria/focus": "^3.4.0",
2021-05-23 17:39:42 +02:00
"@rollup/plugin-babel": "^5.3.0",
2021-07-15 17:43:07 +02:00
"@types/geojson": "^7946.0.8",
"@types/jest": "^26.0.24",
"@types/mapbox-gl": "^2.3.3",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@types/react-router-dom": "^5.1.8",
"@types/styled-components": "^5.1.11",
"@types/url-join": "^4.0.1",
2021-07-15 13:07:35 +02:00
"autoprefixer": "^9.8.6",
"babel-plugin-graphql-tag": "^3.3.0",
2021-06-04 22:29:58 +02:00
"classnames": "^2.3.1",
2021-04-03 17:32:01 +02:00
"connect-history-api-fallback": "^1.6.0",
"copy-to-clipboard": "^3.3.1",
2021-07-15 17:43:07 +02:00
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest-dom": "^3.9.0",
"fs-extra": "^10.0.0",
2021-07-15 13:07:35 +02:00
"i18next": "^20.3.2",
"mapbox-gl": "^2.3.1",
"postcss": "^7.0.36",
2021-07-15 17:43:07 +02:00
"prettier": "^2.3.2",
"prop-types": "^15.7.2",
2021-04-03 17:09:57 +02:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2020-06-15 17:12:16 +02:00
"react-helmet": "^6.1.0",
2021-07-15 13:07:35 +02:00
"react-hook-form": "^7.11.0",
"react-i18next": "^11.11.1",
2020-06-15 17:12:16 +02:00
"react-router-dom": "^5.2.0",
2021-04-03 17:32:01 +02:00
"react-router-prop-types": "^1.0.5",
2021-07-15 13:07:35 +02:00
"react-scripts": "^4.0.3",
2019-07-20 11:48:27 +02:00
"react-spring": "^8.0.27",
2021-04-03 17:32:01 +02:00
"react-test-renderer": "^17.0.2",
2021-05-12 14:19:16 +02:00
"styled-components": "^5.3.0",
2021-07-15 13:07:35 +02:00
"subscriptions-transport-ws": "^0.9.19",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
"typescript": "^4.3.5",
"url-join": "^4.0.1"
2019-07-05 00:36:32 +02:00
},
"scripts": {
2021-07-15 13:59:04 +02:00
"start": "BROWSER=none craco start",
2021-07-15 13:07:35 +02:00
"build": "craco build",
"test": "npm run lint && npm run jest -- --watchAll=false",
2021-04-23 21:46:01 +02:00
"test:ci": "npm run lint && npm run jest:ci",
2021-04-12 22:42:23 +02:00
"lint": "npm run lint:types & npm run lint:eslint",
"lint:eslint": "eslint ./src --max-warnings 0 --cache --config .eslintrc.js",
"lint:types": "tsc --noemit",
2021-07-15 13:07:35 +02:00
"jest": "craco test",
"jest:ci": "CI=true craco test --verbose --ci --coverage",
"genSchemaTypes": "npx apollo client:codegen --target=typescript --globalTypesFile=src/__generated__/globalTypes.ts",
2021-04-03 17:32:01 +02:00
"prepare": "(cd .. && npx husky install)"
2019-07-05 00:36:32 +02:00
},
"devDependencies": {
2021-07-15 13:07:35 +02:00
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
2021-04-03 17:09:57 +02:00
"husky": "^6.0.0",
2021-07-15 13:07:35 +02:00
"lint-staged": "^11.0.1",
2021-05-23 17:39:42 +02:00
"tsc-files": "^1.1.2"
2019-07-05 00:36:32 +02:00
},
2019-07-07 15:54:39 +02:00
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
2020-05-08 18:28:26 +02:00
"singleQuote": true,
"arrowParens": "avoid"
2019-07-07 15:54:39 +02:00
},
2019-07-05 00:36:32 +02:00
"lint-staged": {
2021-04-12 22:42:23 +02:00
"*.{ts,tsx,js,json,css,md,graphql}": "prettier --write",
"*.{js,ts,tsx}": "eslint --cache --fix --max-warnings 0",
"*.{ts,tsx}": "tsc-files --noEmit"
2021-07-15 13:07:35 +02:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-04-12 00:14:27 +02:00
}
2019-07-05 00:36:32 +02:00
}