Skip to content

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Jun 22, 2020
1 parent d9deece commit 1100860
Showing 1 changed file with 49 additions and 55 deletions.
104 changes: 49 additions & 55 deletions package.json
@@ -1,57 +1,51 @@
{
"name": "react-typescript",
"version": "1.0.0",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"repository": "https://github.com/halvardssm/react-typescript.git",
"author": "halvardssm",
"license": "MIT",
"private": true,
"scripts": {
"build": "parcel build src/index.html",
"pretty": "eslint './src/**/*.{js,jsx,ts,tsx}' --quiet --fix",
"start": "parcel serve src/index.html --port 2000",
"translations": "translation-fetch"
},
"devDependencies": {
"@types/node": "~14.0.13",
"@types/react": "~16.9.36",
"@types/react-dom": "~16.9.8",
"@types/react-helmet": "~6.0.0",
"@types/react-redux": "~7.1.9",
"@types/react-router-dom": "~5.1.5",
"@types/styled-components": "~5.1.0",
"@typescript-eslint/eslint-plugin": "~3.3.0",
"@typescript-eslint/parser": "~3.3.0",
"eslint": "~7.2.0",
"eslint-config-react": "~1.1.7",
"eslint-plugin-react": "~7.20.0",
"parcel": "^2.0.0-alpha.3.2",
"sass": "~1.26.8",
"translation-fetch": "~0.1.11",
"typescript": "~3.9.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~1.2.28",
"@fortawesome/free-brands-svg-icons": "~5.13.0",
"@fortawesome/free-regular-svg-icons": "~5.13.0",
"@fortawesome/free-solid-svg-icons": "~5.13.0",
"@fortawesome/react-fontawesome": "~0.1.10",
"axios": "~0.19.2",
"dotenv": "~8.2.0",
"i18next": "~19.4.5",
"i18next-browser-languagedetector": "~4.3.0",
"moment": "~2.26.0",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"react-helmet": "~6.1.0",
"react-i18next": "~11.6.0",
"react-redux": "~7.2.0",
"react-router-dom": "~5.2.0",
"redux": "~4.0.5",
"redux-devtools-extension": "~2.13.8",
"redux-saga": "~1.1.3",
"styled-components": "~5.1.1"
}
"name": "react-typescript",
"version": "1.0.0",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"repository": "https://github.com/halvardssm/react-typescript.git",
"author": "halvardssm",
"license": "MIT",
"private": true,
"scripts": {
"build": "parcel build src/index.html",
"pretty": "eslint './src/**/*.{js,jsx,ts,tsx}' --quiet --fix",
"start": "parcel serve src/index.html --port 2000",
"translations": "translation-fetch"
},
"devDependencies": {
"@types/node": "~14.0.13",
"@types/react": "~16.9.36",
"@types/react-dom": "~16.9.8",
"@types/react-helmet": "~6.0.0",
"@types/react-redux": "~7.1.9",
"@types/react-router-dom": "~5.1.5",
"@types/styled-components": "~5.1.0",
"@typescript-eslint/eslint-plugin": "~3.3.0",
"@typescript-eslint/parser": "~3.3.0",
"eslint": "~7.2.0",
"eslint-config-react": "~1.1.7",
"eslint-plugin-react": "~7.20.0",
"parcel": "^2.0.0-alpha.3.2",
"sass": "~1.26.8",
"translation-fetch": "~0.1.11",
"typescript": "~3.9.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~1.2.28",
"@fortawesome/free-brands-svg-icons": "~5.13.0",
"@fortawesome/free-regular-svg-icons": "~5.13.0",
"@fortawesome/free-solid-svg-icons": "~5.13.0",
"@fortawesome/react-fontawesome": "~0.1.10",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"i18next": "~19.4.5",
"i18next-browser-languagedetector": "~4.3.0",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"react-helmet": "~6.1.0",
"react-i18next": "~11.6.0",
"react-router-dom": "~5.2.0"
}
}

0 comments on commit 1100860

Please sign in to comment.