-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "game",
"version": "0.2.1",
"description": "Simple 1010 game in Phaser 3",
"author": "Evgeniy Kozlov",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --no-fix src",
"test": "ts-mocha -r tsconfig-paths/register -r esm -p tsconfig.json 'tests/**/*.ts'",
"styles": "ts-node -P tsconfig.json -r tsconfig-paths/register src/tools/index.ts"
},
"dependencies": {
"phaser": "^3.55.2",
"reactive-observables": "^2.0.0-beta-2",
"reflect-metadata": "^0.1.13",
"vue": "^3.2.26"
},
"devDependencies": {
"@swc/core": "^1.2.129",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.1",
"chai": "^4.3.4",
"eslint": "^8.6.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.2.0",
"esm": "^3.2.25",
"mocha": "^8.4.0",
"rollup-plugin-swc": "^0.2.0",
"ts-mocha": "^8.0.0",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite-plugin-windicss": "^1.6.1",
"vite-svg-loader": "^3.1.1",
"windicss": "^3.4.2"
}
}