Skip to content

Instantly share code, notes, and snippets.

@dragosbulugean
Created April 29, 2017 17:37
Show Gist options
  • Save dragosbulugean/11726b2f87415678b9dfaa345fce692e to your computer and use it in GitHub Desktop.
Save dragosbulugean/11726b2f87415678b9dfaa345fce692e to your computer and use it in GitHub Desktop.
{
"name": "xxx",
"version": "1.0.0",
"description": "xxx",
"repository": "none",
"main": "index.js",
"scripts": {
"prestart": "rimraf dist && cpx ./web/static/* dist/app",
"startold": "cross-env NODE_ENV=dev ts-node api/api.ts",
"start": "cross-env NODE_ENV=dev node fuse.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.16.3",
"@types/d3": "^4.7.0",
"@types/d3-hexbin": "^0.2.0",
"@types/email-validator": "^1.0.30",
"@types/express": "^4.0.35",
"@types/jsonwebtoken": "^7.2.0",
"@types/mousetrap": "^1.5.33",
"@types/react": "^15.0.16",
"@types/react-dom": "^0.14.23",
"@types/react-router": "^2.0.41",
"@types/winston": "^2.2.0",
"aws-sdk": "^2.45.0",
"body-parser": "^1.17.1",
"class-validator": "^0.7.0",
"concurrently": "^3.4.0",
"cpx": "^1.5.0",
"cross-env": "^4.0.0",
"d3": "^4.7.3",
"d3-hexbin": "^0.2.1",
"email-validator": "^1.0.7",
"express": "^4.15.2",
"fuse-box": "^2.0.0-beta.7",
"glamor": "^2.20.24",
"glamorous": "^3.10.0",
"jsonwebtoken": "^7.3.0",
"mobx": "^3.1.7",
"mobx-react": "^4.1.3",
"mousetrap": "^1.6.1",
"node-sass": "^4.5.2",
"react": "^15.5.0",
"react-burger-menu": "^2.0.0",
"react-dom": "^15.5.0",
"react-favicon": "0.0.5",
"react-router": "^3.0.0",
"rimraf": "^2.6.1",
"spectre.css": "^0.2.13",
"sqlite3": "^3.1.8",
"ts-node": "^2.1.0",
"typeorm": "0.0.11",
"typescript": "^2.2.2",
"typestyle": "^1.3.2",
"whatwg-fetch": "^2.0.3",
"winston": "^2.3.1",
"nodemon": "^1.11.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment