pinafore/package.json

68 lines
2.1 KiB
JSON
Raw Normal View History

2018-01-07 00:51:25 +01:00
{
"name": "TODO",
"description": "TODO",
"version": "0.0.1",
"scripts": {
2018-01-27 21:48:22 +01:00
"dev": "npm run build-svg && concurrently --kill-others \"npm run build-sass-watch\" \"node server.js\"",
"build": "npm run globalize-css && npm run build-sass && npm run build-svg && sapper build && npm run deglobalize-css",
2018-01-07 00:51:25 +01:00
"start": "cross-env NODE_ENV=production node server.js",
2018-01-27 21:48:22 +01:00
"build-svg": "node ./bin/build-svg.js",
"build-sass": "node ./bin/build-sass.js",
"build-sass-watch": "node ./bin/build-sass.js --watch",
2018-01-07 00:51:25 +01:00
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run",
"globalize-css": "node ./bin/globalize-css.js",
"deglobalize-css": "node ./bin/globalize-css.js --reverse"
2018-01-07 00:51:25 +01:00
},
"dependencies": {
2018-01-28 07:48:02 +01:00
"@gamestdio/websocket": "^0.2.2",
"a11y-dialog": "^4.0.1",
2018-01-27 21:48:22 +01:00
"cheerio": "^1.0.0-rc.2",
2018-01-14 02:41:15 +01:00
"chokidar": "^2.0.0",
2018-01-07 00:51:25 +01:00
"compression": "^1.7.1",
2018-01-12 17:36:31 +01:00
"concurrently": "^3.5.1",
2018-01-07 00:51:25 +01: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 03:59:49 +01:00
"fg-loadcss": "^2.0.1",
2018-01-07 05:44:47 +01:00
"font-awesome-svg-png": "^1.2.2",
2018-01-07 00:51:25 +01:00
"glob": "^7.1.2",
2018-01-19 08:37:43 +01:00
"idb-keyval": "^2.3.0",
2018-01-19 05:57:15 +01:00
"indexeddb-getall-shim": "^1.3.1",
"intersection-observer": "^0.5.0",
2018-01-15 04:28:50 +01:00
"intl-relativeformat": "^2.1.0",
2018-01-14 02:41:15 +01:00
"lodash": "^4.17.4",
2018-01-19 10:04:05 +01:00
"lodash-webpack-plugin": "^0.11.4",
2018-01-17 09:59:15 +01:00
"marky": "^1.2.0",
2018-01-07 00:51:25 +01:00
"node-fetch": "^1.7.3",
2018-01-12 17:36:31 +01:00
"node-sass": "^4.7.2",
2018-01-07 00:51:25 +01:00
"npm-run-all": "^4.1.2",
2018-01-27 23:45:51 +01:00
"p-any": "^1.1.0",
2018-01-14 03:59:49 +01:00
"performance-now": "^2.1.0",
2018-01-14 02:41:15 +01:00
"pify": "^3.0.0",
"quick-lru": "^1.1.0",
2018-01-17 09:06:24 +01:00
"requestidlecallback": "^0.3.0",
"rimraf": "^2.6.2",
2018-01-28 06:49:22 +01:00
"sapper": "nolanlawson/sapper#fix-style-loader-built",
2018-01-07 00:51:25 +01:00
"serve-static": "^1.13.1",
"style-loader": "^0.19.1",
2018-01-27 21:12:47 +01:00
"svelte": "^1.54.0",
"svelte-extras": "^1.6.0",
2018-01-07 00:51:25 +01:00
"svelte-loader": "^2.3.3",
"svelte-transitions": "^1.1.1",
2018-01-27 21:48:22 +01:00
"svgo": "^1.0.3",
2018-01-31 06:17:01 +01:00
"tiny-queue": "^0.2.1",
2018-01-07 00:51:25 +01:00
"uglifyjs-webpack-plugin": "^1.1.5",
2018-01-08 08:00:15 +01:00
"url-search-params": "^0.10.0",
2018-01-14 02:41:15 +01:00
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2",
2018-01-19 10:32:23 +01:00
"workerize-loader": "^1.0.1",
2018-01-14 02:41:15 +01:00
"yargs": "^10.1.1"
2018-01-07 00:51:25 +01:00
},
"engines": {
"node": ">= 8"
}
}