mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
General work towards new design
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
"@babel/core": "^7.14.0",
|
||||
"@babel/preset-react": "^7.13.13",
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.3",
|
||||
"autoprefixer": "^10.2.5",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^26.6.3",
|
||||
"babel-plugin-graphql-tag": "^3.2.0",
|
||||
@@ -31,6 +34,7 @@
|
||||
"fs-extra": "^10.0.0",
|
||||
"i18next": "^20.2.2",
|
||||
"mapbox-gl": "^2.2.0",
|
||||
"postcss": "^8.3.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
@@ -44,8 +48,10 @@
|
||||
"semantic-ui-react": "^2.0.3",
|
||||
"styled-components": "^5.3.0",
|
||||
"subscriptions-transport-ws": "^0.9.18",
|
||||
"tailwindcss": "^2.1.2",
|
||||
"typescript": "^4.2.4",
|
||||
"url-join": "^4.0.1"
|
||||
"url-join": "^4.0.1",
|
||||
"vite": "^2.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
@@ -78,17 +84,12 @@
|
||||
"@types/url-join": "^4.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
||||
"@typescript-eslint/parser": "^4.23.0",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.3",
|
||||
"autoprefixer": "^10.2.5",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"husky": "^6.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"lint-staged": "^11.0.0",
|
||||
"postcss": "^8.3.0",
|
||||
"prettier": "^2.3.0",
|
||||
"tailwindcss": "^2.1.2",
|
||||
"tsc-files": "^1.1.2",
|
||||
"vite": "^2.3.3"
|
||||
"tsc-files": "^1.1.2"
|
||||
},
|
||||
"prettier": {
|
||||
"trailingComma": "es5",
|
||||
|
||||
Reference in New Issue
Block a user