-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "not-tetris",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require ts-node/register test/**/*.ts",
"watch": "parcel index.html static/**/*",
"emulators": "firebase emulators:start",
"build": "erase /Q dist && parcel build index.html static/**/*",
"deploy": "firebase deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"assets": "^3.0.1",
"deep-equal": "^2.0.4",
"firebase": "^7.24.0",
"normalize.css": "^8.0.1",
"phaser": "^3.24.1",
"typescript-memoize": "^1.0.0-alpha.3"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@parcel/babel-plugin-transform-runtime": "^2.0.0-nightly.1823",
"@parcel/babel-preset-env": "^2.0.0-alpha.3",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.3",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2017": "^6.24.1",
"canvas": "^2.6.1",
"chai": "^4.2.0",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.2.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}