2018-01-06 23:51:25 +00:00
|
|
|
{
|
|
|
|
"name": "TODO",
|
|
|
|
"description": "TODO",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
2018-01-12 16:36:31 +00:00
|
|
|
"dev": "concurrently --kill-others \"npm run build-sass-watch\" \"node server.js\"",
|
|
|
|
"build": "npm run build-sass && sapper build",
|
2018-01-06 23:51:25 +00:00
|
|
|
"start": "cross-env NODE_ENV=production node server.js",
|
2018-01-14 01:41:15 +00:00
|
|
|
"build-sass": "node ./bin/build-sass",
|
|
|
|
"build-sass-watch": "node ./bin/build-sass --watch",
|
2018-01-06 23:51:25 +00:00
|
|
|
"cy:run": "cypress run",
|
|
|
|
"cy:open": "cypress open",
|
|
|
|
"test": "run-p --race dev cy:run"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-14 01:41:15 +00:00
|
|
|
"chokidar": "^2.0.0",
|
2018-01-06 23:51:25 +00:00
|
|
|
"compression": "^1.7.1",
|
2018-01-12 16:36:31 +00:00
|
|
|
"concurrently": "^3.5.1",
|
2018-01-06 23:51:25 +00:00
|
|
|
"cross-env": "^5.1.3",
|
|
|
|
"css-loader": "^0.28.7",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2018-01-14 02:59:49 +00:00
|
|
|
"fg-loadcss": "^2.0.1",
|
2018-01-07 04:44:47 +00:00
|
|
|
"font-awesome-svg-png": "^1.2.2",
|
2018-01-06 23:51:25 +00:00
|
|
|
"glob": "^7.1.2",
|
2018-01-19 07:37:43 +00:00
|
|
|
"idb-keyval": "^2.3.0",
|
2018-01-19 04:57:15 +00:00
|
|
|
"indexeddb-getall-shim": "^1.3.1",
|
2018-01-17 04:34:09 +00:00
|
|
|
"intersection-observer": "^0.5.0",
|
2018-01-15 03:28:50 +00:00
|
|
|
"intl-relativeformat": "^2.1.0",
|
2018-01-14 01:41:15 +00:00
|
|
|
"lodash": "^4.17.4",
|
2018-01-17 08:59:15 +00:00
|
|
|
"marky": "^1.2.0",
|
2018-01-06 23:51:25 +00:00
|
|
|
"node-fetch": "^1.7.3",
|
2018-01-12 16:36:31 +00:00
|
|
|
"node-sass": "^4.7.2",
|
2018-01-06 23:51:25 +00:00
|
|
|
"npm-run-all": "^4.1.2",
|
2018-01-14 02:59:49 +00:00
|
|
|
"performance-now": "^2.1.0",
|
2018-01-14 01:41:15 +00:00
|
|
|
"pify": "^3.0.0",
|
2018-01-17 08:06:24 +00:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2018-01-15 18:54:02 +00:00
|
|
|
"sapper": "^0.3.2",
|
2018-01-06 23:51:25 +00:00
|
|
|
"serve-static": "^1.13.1",
|
|
|
|
"style-loader": "^0.19.1",
|
2018-01-15 18:54:02 +00:00
|
|
|
"svelte": "github:nolanlawson/svelte#master-8057884",
|
2018-01-14 19:22:57 +00:00
|
|
|
"svelte-extras": "^1.6.0",
|
2018-01-06 23:51:25 +00:00
|
|
|
"svelte-loader": "^2.3.3",
|
2018-01-14 19:22:57 +00:00
|
|
|
"svelte-transitions": "^1.1.1",
|
2018-01-06 23:51:25 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^1.1.5",
|
2018-01-08 07:00:15 +00:00
|
|
|
"url-search-params": "^0.10.0",
|
2018-01-14 01:41:15 +00:00
|
|
|
"webpack": "^3.10.0",
|
2018-01-15 01:50:29 +00:00
|
|
|
"webpack-bundle-analyzer": "^2.9.2",
|
2018-01-14 01:41:15 +00:00
|
|
|
"yargs": "^10.1.1"
|
2018-01-06 23:51:25 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
|
|
|
}
|
|
|
|
}
|