-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "2048",
"version": "1.0.0",
"description": "Join the numbers and get to the 2048 tile!",
"keywords": [
"2048",
"1024",
"JS Game",
"2048 Game",
"1024 Game",
"Tiles Game"
],
"homepage": "https://2048.atanas.info",
"bugs": {
"url": "https://github.com/scriptex/2048/issues",
"email": "hi@atanas.info"
},
"license": "MIT",
"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
"funding": "https://github.com/sponsors/scriptex",
"repository": {
"type": "git",
"url": "github:scriptex/2048"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"dependencies": {
"hammerjs": "2.0.8",
"html-head-component": "1.2.1",
"scriptex-socials": "1.8.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "2.13.0",
"@parcel/transformer-sass": "2.13.0",
"@parcel/transformer-typescript-tsc": "2.13.0",
"@parcel/transformer-webmanifest": "2.13.0",
"@types/hammerjs": "2.0.46",
"parcel": "2.13.0",
"parcel-reporter-static-files-copy": "1.5.3",
"typescript": "5.6.3"
},
"private": true,
"browserslist": [
"> 1%",
"last 2 versions"
]
}