-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.96 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "functional-asteroids",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development --config config/webpack.config.js --open",
"build": "webpack --mode production --config config/webpack.production.js",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d dist",
"publish-demo": "npm run build && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hellos3b/phaser-functional-asteroids.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hellos3b/phaser-functional-asteroids/issues"
},
"homepage": "https://github.com/hellos3b/phaser-functional-asteroids#readme",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"babel-plugin-pipe-composition": "^0.1.1",
"babel-plugin-transform-pipeline": "^0.1.0",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.0.0",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"gh-pages": "^2.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"script-loader": "^0.7.2",
"webpack": "^4.27.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.2.0",
"babel-plugin-all-curried": "^4.0.0",
"babel-plugin-curry-all": "^2.0.2",
"babel-plugin-transform-magic-currying": "0.0.2",
"imports-loader": "^0.8.0",
"md5": "^2.2.1",
"phaser-ce": "^2.11.1",
"pixi": "^0.3.1"
}
}