Skip to content

Instantly share code, notes, and snippets.

@shibacomputer
Created March 23, 2017 07:02
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 shibacomputer/c2288007698604bdd7da5a58262904a8 to your computer and use it in GitHub Desktop.
Save shibacomputer/c2288007698604bdd7da5a58262904a8 to your computer and use it in GitHub Desktop.
{
"name": "deposits",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "budo index.js:bundle.js -- -p livereactload"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-preset-es2020": "^1.0.2",
"babel-preset-react": "^6.23.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"postcss-cssnext": "^2.10.0",
"pump": "^1.0.2",
"sheetify-postcss": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"sheetify": "^6.0.1"
},
"browserify": {
"transform": [["babelify", { "presets": ["react"] }]],
"transform": [["sheetify/transform", { "use": ["css-postcss" ] }]],
"transform": [["babelify", { "presets": ["es202" ] }]]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment