Skip to content

Instantly share code, notes, and snippets.

@ahmedam55
Created July 10, 2017 17:38
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 ahmedam55/a6a837580ba77c9a71883f864ded643e to your computer and use it in GitHub Desktop.
Save ahmedam55/a6a837580ba77c9a71883f864ded643e to your computer and use it in GitHub Desktop.
{
"name": "preact-svg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently 'webpack -w' 'gulp'",
"build": "webpack -p"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.18.12",
"concurrently": "^3.5.0",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"preact": "^8.1.0",
"webpack": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment