mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-25 07:52:38 -05:00
This also now uses Moment to format the dates/times for different regions. Moment handles things like Daylight Saving Time (for regions other than the current browser region) more reliably.
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "webpack",
|
|
"watch": "npm run dev -- --watch",
|
|
"build": "webpack -p --env production",
|
|
"serve": "webpack-dev-server --hot --content-base public/",
|
|
"splatnet": "node src/updater/update.js updateAll",
|
|
"twitter": "node src/updater/twitter.js maybePostTweets",
|
|
"twitter-test": "node src/updater/twitter.js testScreenshots",
|
|
"cron": "node src/updater/cron.js"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^7.1.2",
|
|
"axios": "^0.16.2",
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "^7.1.1",
|
|
"babel-polyfill": "^6.23.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"bulma": "^0.5.0",
|
|
"clean-webpack-plugin": "^0.1.16",
|
|
"console-stamp": "^0.2.5",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"cron": "^1.2.1",
|
|
"css-loader": "^0.28.4",
|
|
"delay": "^2.0.0",
|
|
"dotenv": "^4.0.0",
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
"file-loader": "^0.11.2",
|
|
"html-loader": "^0.5.0",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"ical.js": "^1.2.2",
|
|
"make-runnable": "^1.3.6",
|
|
"mkdirp": "^0.5.1",
|
|
"moment-timezone": "^0.5.13",
|
|
"node-sass": "^4.5.3",
|
|
"postcss-loader": "^2.0.6",
|
|
"puppeteer": "^0.10.2",
|
|
"purify-css": "^1.2.5",
|
|
"purifycss-webpack": "^0.7.0",
|
|
"raven": "^2.1.1",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.18.2",
|
|
"twitter": "^1.7.1",
|
|
"v-click-outside": "^0.0.8",
|
|
"vue": "^2.4.2",
|
|
"vue-loader": "^13.0.2",
|
|
"vue-router": "^2.7.0",
|
|
"vue-template-compiler": "^2.4.2",
|
|
"webpack": "^3.4.1",
|
|
"webpack-dev-server": "^2.6.1"
|
|
}
|
|
}
|