-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
{
"name": "chess-phaser",
"version": "1.1.0",
"description": "Chess built with Phaser",
"main": "dist/index.js",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppelBoomHD/Chess-phaser.git"
},
"author": "Julian Riemersma",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppelBoomHD/Chess-phaser/issues"
},
"homepage": "https://github.com/AppelBoomHD/Chess-phaser#readme",
"dependencies": {
"phaser": "^3.55.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-replace": "^3.0.1",
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.7.1",
"typescript": "^4.5.4",
"vite": "^2.7.13"
}
}