Skip to content

Instantly share code, notes, and snippets.

@bduisenov
Created February 21, 2018 15:46
Show Gist options
  • Save bduisenov/c1216692badbc96fd9408fdbaba66e51 to your computer and use it in GitHub Desktop.
Save bduisenov/c1216692badbc96fd9408fdbaba66e51 to your computer and use it in GitHub Desktop.
parceljs
{
"scripts": {
"start": "parcel src/assets/index.html",
"build": "NODE_ENV=production parcel build src/ts/index.ts --no-cache"
},
"devDependencies": {
"@types/clipboard": "^1.5.36",
"@types/codemirror": "0.0.38",
"@types/mithril": "^1.1.12",
"@types/quill": "0.0.29",
"@types/ramda": "0.0.3",
"@types/stompjs": "^2.3.2",
"autoprefixer": "^7.2.5",
"bootstrap": "^4.0.0",
"loose-envify": "^1.3.1",
"clipboard": "^1.6.1",
"codemirror": "^5.35.0",
"mithril": "^1.1.6",
"quill": "^1.3.5",
"ramda": "^0.23.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"moment": "^2.20.1",
"node-sass": "^4.7.2",
"postcss-modules": "^1.1.0",
"ramda-ts": "^0.1.2",
"redux-devtools-inspector": "^0.8.0",
"sockjs-client": "^1.1.2",
"stylelint": "^8.0.0",
"stylelint-config-recommended": "^2.0.1",
"stylelint-config-sass-guidelines": "^4.1.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^2.3.0",
"tsify": "^3.0.4",
"tslint": "^5.1.0",
"tslint-microsoft-contrib": "^5.0.2",
"typescript": "^2.7.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment