-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "@salza80/konjugator",
"version": "0.0.4",
"description": "",
"author": "sally mclean",
"main": "src/main.js",
"scripts": {
"dev": "webpack --mode=development",
"deploy": "webpack --mode=production --config webpack.production.config.js",
"test": "eslint ./src/**/**.js"
},
"repository": {
"type": "git",
"url": "git://github.com/salza80/Konjugator.git"
},
"publishConfig": {
"type": "git",
"registry": "https://npm.pkg.github.com/"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"expose-loader": "^0.7.5",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^3.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"eslint-config-standard": "^13.0.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"phaser": "^3.22.0",
"phaser-animated-tiles": "^2.0.2"
}
}