mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-21 05:56:17 +00:00
Added translation support with react-imp. Added partial Polish translation.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"query-string": "^6.2.0",
|
||||
"react": "latest",
|
||||
"react-dom": "latest",
|
||||
"react-intl": "^2.8.0",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"semantic-ui-css": "^2.4.1",
|
||||
"semantic-ui-react": "^0.84.0",
|
||||
@@ -22,6 +23,7 @@
|
||||
"@types/query-string": "^6.2.0",
|
||||
"@types/react": "*",
|
||||
"@types/react-dom": "*",
|
||||
"@types/react-intl": "^2.3.15",
|
||||
"@types/react-router-dom": "^4.3.1",
|
||||
"@types/jest": "*",
|
||||
"@types/node": "*",
|
||||
@@ -35,7 +37,7 @@
|
||||
"start": "react-scripts-ts start",
|
||||
"build": "react-scripts-ts build",
|
||||
"test": "react-scripts-ts test --env=jsdom",
|
||||
"prettier": "prettier --write src/**/*.{ts,tsx}",
|
||||
"prettier": "prettier --write src/**/*.{ts,tsx,json}",
|
||||
"predeploy": "npm run build",
|
||||
"deploy": "gh-pages -d build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user