-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 849 Bytes
/
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
{
"name": "js-tetris",
"version": "1.0.0",
"description": "",
"browserslist": [
"since 2016",
"iOS >= 10.2"
],
"scripts": {
"dev": "./bin/dev.sh",
"build": "./bin/build.sh",
"deploy": "surge dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egorvinogradov/js-tetris.git"
},
"author": "Egor Vinogradov",
"license": "ISC",
"bugs": {
"url": "https://github.com/egorvinogradov/js-tetris/issues"
},
"homepage": "https://github.com/egorvinogradov/js-tetris#readme",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/plugin-transform-spread": "^7.16.7",
"@parcel/packager-raw-url": "^2.3.1",
"@parcel/transformer-webmanifest": "^2.3.1",
"autoprefixer": "^10.4.2",
"concurrently": "^7.0.0",
"parcel": "^2.3.1",
"postcss": "^8.4.6"
}
}