mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
This saves about 216kb in the compiled JS and also formats dates/times based on the user's location.
42 lines
1.2 KiB
JSON
42 lines
1.2 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/splatoon/update.js",
|
|
"start": "node src/splatoon/run.js"
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"cron": "^1.2.1",
|
|
"css-loader": "^0.28.4",
|
|
"dotenv": "^4.0.0",
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
"favicons-webpack-plugin": "^0.0.7",
|
|
"file-loader": "^0.11.2",
|
|
"html-loader": "^0.5.0",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"mkdirp": "^0.5.1",
|
|
"node-sass": "^4.5.3",
|
|
"purify-css": "^1.2.5",
|
|
"purifycss-webpack": "^0.7.0",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.18.2",
|
|
"vue": "^2.4.2",
|
|
"vue-loader": "^13.0.2",
|
|
"vue-template-compiler": "^2.4.2",
|
|
"webpack": "^3.4.1",
|
|
"webpack-dev-server": "^2.6.1"
|
|
}
|
|
}
|