forked from Limero/mulle.js
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 1.11 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": "mulle",
"version": "3.0.8",
"description": "",
"main": "index.js",
"scripts": {
"build": "python3 build_scripts/build.py build",
"build-prod": "python3 build_scripts/build.py build-prod",
"clean": "python3 build_scripts/cleanup.py",
"start": "webpack serve --config webpack.dev.js",
"start-prod": "webpack serve --config webpack.prod.js",
"server": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/MrBrax/mulle.js.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/MrBrax/mulle.js#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.0.0",
"eslint": "^7.5.0",
"free-tex-packer-core": "github:astrocreep/free-tex-packer-core",
"phaser-ce": "^2.9.1",
"readline": "^1.3.0",
"terser-webpack-plugin": "^3.1.0",
"webpack": "^5",
"webpack-cli": "^4.7.0",
"webpack-merge": "^5.7.3",
"ws": "^8"
},
"dependencies": {
"colors": "^1.1.2",
"maxrects-packer": "^1.2.0",
"moment": "^2.20.1",
"typescript": "^2.7.2",
"webpack-dev-server": "^4.0.0"
}
}