Skip to content

Instantly share code, notes, and snippets.

@Saturate
Created May 29, 2019 08:50
Show Gist options
  • Save Saturate/025f49b3ba717d55dfcd76def3f176ad to your computer and use it in GitHub Desktop.
Save Saturate/025f49b3ba717d55dfcd76def3f176ad to your computer and use it in GitHub Desktop.
{
"name": "",
"version": "1.0.0",
"description": "",
"license": "UNLICENCED",
"author": "Allan",
"main": "index.js",
"private": true,
"scripts": {
"translations": "cross-env NODE_ENV=development extract-messages -l=en,da -o Components/Translations -d da --flat true \"Components/**/!(*.test).{ts,tsx}\""
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.0",
"babel-plugin-react-intl": "^3.0.1",
"babel-preset-react-app": "9.0.0",
"cross-env": "5.2.0",
"expose-loader": "^0.7.5",
"extract-react-intl-messages": "1.0.1",
"nodemon": "1.19.0",
"prettier": "^1.13.5",
"source-map-loader": "^0.2.3",
"ts-loader": "^5.2.1",
"ts-node": "^7.0.1",
"tslint": "^5.10.0",
"tslint-plugin-prettier": "^2.0.0",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment