Skip to content

Instantly share code, notes, and snippets.

@Rojoss
Created March 8, 2017 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rojoss/d9e89afb9cc261937dfa2c216d0071ce to your computer and use it in GitHub Desktop.
Save Rojoss/d9e89afb9cc261937dfa2c216d0071ce to your computer and use it in GitHub Desktop.
{
"name": "cf4client",
"version": "1.0.0",
"description": "Curve Fever 4 client",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server --content-base src --inline --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"pixi": "^0.3.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"ts-loader": "^2.0.1",
"typescript": "^2.2.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment