-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
59 lines (59 loc) · 1.27 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "melonjs.org",
"version": "4.0.1",
"description": "official website for melonJS",
"homepage": "http://melonjs.org",
"keywords": [
"2D",
"HTML5",
"javascript",
"TypeScript",
"es6",
"Canvas",
"WebGL",
"WebGL2",
"WebAudio",
"game",
"engine",
"tiled",
"tileset",
"mapeditor",
"browser",
"electron",
"mobile",
"cordova"
],
"repository": {
"type": "git",
"url": "https://github.com/melonjs/melonjs.org.git"
},
"license": "MIT",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "rm -rf ./docs && astro build && mv ./dist ./docs",
"preview": "astro preview",
"pretty": "npx prettier --write ./src"
},
"devDependencies": {
"@astrojs/sitemap": "^1.4.0",
"@astrojs/solid-js": "^2.2.1",
"astro": "^2.10.15",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-astro": "^0.26.2",
"glob": "^10.4.2",
"node-html-parser": "^6.1.13",
"prettier": "2.8.7",
"prettier-plugin-astro": "^0.14.0",
"solid-js": "^1.8.17"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"i18next": "^22.5.1",
"melon-solid": "^0.1.0",
"sass": "^1.77.6"
},
"packageManager": "npm@10.8.1"
}