-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "tetris-roughjs",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --mode=development",
"build": "webpack --mode=production",
"predeploy": "rm -rf dist && yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"animejs": "^3.2.0",
"copy-webpack-plugin": "^5.0.4",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"lodash.throttle": "^4.1.1",
"mini-css-extract-plugin": "^0.9.0",
"phaser": "^3.22.0",
"roughjs": "^4.1.4",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.0.4",
"typescript": "^3.8.3",
"webpack": "^4.39.1",
"webpack-bundle-analyzer": "^3.5.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"devDependencies": {
"@types/animejs": "^3.1.0",
"@types/mathjs": "^6.0.5",
"mathjs": "^6.6.3",
"swipe-listener": "^1.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:fpellicero/rough-tetris.git"
}
}