2020-04-03 14:56:21 +02:00
|
|
|
{
|
|
|
|
"name": "workadventurefront",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
2020-06-09 10:17:21 +02:00
|
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
2020-04-03 14:56:21 +02:00
|
|
|
"devDependencies": {
|
2021-05-11 17:37:21 +02:00
|
|
|
"@tsconfig/svelte": "^1.0.10",
|
2020-09-24 11:16:08 +02:00
|
|
|
"@types/google-protobuf": "^3.7.3",
|
2020-06-02 10:48:04 +02:00
|
|
|
"@types/jasmine": "^3.5.10",
|
2021-05-17 14:30:54 +02:00
|
|
|
"@types/mini-css-extract-plugin": "^1.4.3",
|
|
|
|
"@types/node": "^15.3.0",
|
2020-10-13 10:26:27 +02:00
|
|
|
"@types/quill": "^1.3.7",
|
2021-07-27 16:37:01 +02:00
|
|
|
"@types/uuidv4": "^5.0.0",
|
2021-05-12 13:38:32 +02:00
|
|
|
"@types/webpack-dev-server": "^3.11.4",
|
2021-05-12 11:44:41 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
|
|
|
"@typescript-eslint/parser": "^4.23.0",
|
2021-05-12 10:35:14 +02:00
|
|
|
"css-loader": "^5.2.4",
|
2021-05-12 11:44:41 +02:00
|
|
|
"eslint": "^7.26.0",
|
2021-05-26 20:31:33 +02:00
|
|
|
"file-loader": "^6.2.0",
|
2021-05-17 16:09:42 +02:00
|
|
|
"fork-ts-checker-webpack-plugin": "^6.2.9",
|
2021-05-12 10:35:14 +02:00
|
|
|
"html-webpack-plugin": "^5.3.1",
|
2020-06-02 10:48:04 +02:00
|
|
|
"jasmine": "^3.5.0",
|
2021-06-23 10:10:53 +02:00
|
|
|
"lint-staged": "^11.0.0",
|
2021-05-12 10:35:14 +02:00
|
|
|
"mini-css-extract-plugin": "^1.6.0",
|
2021-05-17 16:30:19 +02:00
|
|
|
"node-polyfill-webpack-plugin": "^1.1.2",
|
2021-06-15 18:08:16 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-06-23 10:10:53 +02:00
|
|
|
"prettier": "^2.3.1",
|
2021-05-12 10:35:14 +02:00
|
|
|
"sass": "^1.32.12",
|
|
|
|
"sass-loader": "^11.1.0",
|
2021-05-11 17:37:21 +02:00
|
|
|
"svelte": "^3.38.2",
|
2021-06-15 18:08:16 +02:00
|
|
|
"svelte-check": "^2.1.0",
|
2021-05-11 17:37:21 +02:00
|
|
|
"svelte-loader": "^3.1.1",
|
|
|
|
"svelte-preprocess": "^4.7.3",
|
2021-05-12 10:35:14 +02:00
|
|
|
"ts-loader": "^9.1.2",
|
|
|
|
"ts-node": "^9.1.1",
|
2021-05-17 14:30:54 +02:00
|
|
|
"tsconfig-paths": "^3.9.0",
|
2021-05-12 10:35:14 +02:00
|
|
|
"typescript": "^4.2.4",
|
|
|
|
"webpack": "^5.37.0",
|
|
|
|
"webpack-cli": "^4.7.0",
|
2021-05-12 11:05:49 +02:00
|
|
|
"webpack-dev-server": "^3.11.2"
|
2020-04-03 14:56:21 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-26 20:31:33 +02:00
|
|
|
"@fontsource/press-start-2p": "^4.3.0",
|
2021-07-21 18:54:43 +02:00
|
|
|
"@joeattardi/emoji-button": "^4.6.0",
|
2021-07-15 11:26:04 +02:00
|
|
|
"@types/simple-peer": "^9.11.1",
|
2020-04-05 20:57:14 +02:00
|
|
|
"@types/socket.io-client": "^1.4.32",
|
2021-09-20 14:34:07 +02:00
|
|
|
"axios": "^0.21.2",
|
2021-06-18 00:21:54 +02:00
|
|
|
"cross-env": "^7.0.3",
|
2020-07-27 22:36:07 +02:00
|
|
|
"generic-type-guard": "^3.2.0",
|
2020-09-24 11:16:08 +02:00
|
|
|
"google-protobuf": "^3.13.0",
|
2021-05-30 20:00:41 +02:00
|
|
|
"nes.css": "^2.3.0",
|
2021-04-19 13:28:17 +02:00
|
|
|
"phaser": "^3.54.0",
|
2021-06-22 14:21:15 +02:00
|
|
|
"phaser-animated-tiles": "workadventure/phaser-animated-tiles#da68bbededd605925621dd4f03bd27e69284b254",
|
2021-02-03 23:28:46 +01:00
|
|
|
"phaser3-rex-plugins": "^1.1.42",
|
2021-10-08 11:53:45 +02:00
|
|
|
"posthog-js": "^1.14.1",
|
2020-06-19 18:18:43 +02:00
|
|
|
"queue-typescript": "^1.0.1",
|
2021-04-29 01:26:09 +02:00
|
|
|
"quill": "1.3.6",
|
2021-07-23 11:07:17 +02:00
|
|
|
"quill-delta-to-html": "^0.12.0",
|
2021-02-02 18:19:51 +01:00
|
|
|
"rxjs": "^6.6.3",
|
2021-09-14 13:08:25 +02:00
|
|
|
"sanitize-html": "^2.5.0",
|
2021-07-15 11:26:04 +02:00
|
|
|
"simple-peer": "^9.11.0",
|
2021-06-02 17:58:58 +02:00
|
|
|
"socket.io-client": "^2.3.0",
|
2021-07-27 16:37:01 +02:00
|
|
|
"standardized-audio-context": "^25.2.4",
|
|
|
|
"uuidv4": "^6.2.10"
|
2020-04-03 14:56:21 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-06-20 19:26:35 +02:00
|
|
|
"start": "run-p templater serve svelte-check-watch",
|
|
|
|
"templater": "cross-env ./templater.sh",
|
2021-06-18 00:21:54 +02:00
|
|
|
"serve": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" webpack serve --open",
|
|
|
|
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" NODE_ENV=production webpack",
|
2021-06-30 10:15:55 +02:00
|
|
|
"build-typings": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack.json\" NODE_ENV=production BUILD_TYPINGS=1 webpack",
|
2021-06-23 15:06:38 +02:00
|
|
|
"test": "cross-env TS_NODE_PROJECT=\"tsconfig-for-jasmine.json\" ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
|
2020-05-01 23:48:30 +02:00
|
|
|
"lint": "node_modules/.bin/eslint src/ . --ext .ts",
|
2021-06-15 18:08:16 +02:00
|
|
|
"fix": "node_modules/.bin/eslint --fix src/ . --ext .ts",
|
2021-06-23 10:10:53 +02:00
|
|
|
"precommit": "lint-staged",
|
2021-06-17 10:07:15 +02:00
|
|
|
"svelte-check-watch": "svelte-check --fail-on-warnings --fail-on-hints --compiler-warnings \"a11y-no-onchange:ignore,a11y-autofocus:ignore,a11y-media-has-caption:ignore\" --watch",
|
2021-06-24 10:49:55 +02:00
|
|
|
"svelte-check": "svelte-check --fail-on-warnings --fail-on-hints --compiler-warnings \"a11y-no-onchange:ignore,a11y-autofocus:ignore,a11y-media-has-caption:ignore\"",
|
2021-06-23 16:56:33 +02:00
|
|
|
"pretty": "yarn prettier --write 'src/**/*.{ts,tsx}'",
|
|
|
|
"pretty-check": "yarn prettier --check 'src/**/*.{ts,tsx}'"
|
2021-06-23 10:10:53 +02:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.ts": [
|
2021-06-23 16:50:00 +02:00
|
|
|
"prettier --write"
|
2021-06-23 10:10:53 +02:00
|
|
|
]
|
2020-04-03 14:56:21 +02:00
|
|
|
}
|
|
|
|
}
|