-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "ets-project",
"version": "0.1.0",
"description": "Making MIL education games for teenagers to prevent cyberbullying.",
"main": "src/js/index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/prod.js ",
"start": "webpack-dev-server --config webpack/base.js"
},
"dependencies": {
"i18next": "^15.1.3",
"i18next-xhr-backend": "^2.0.1",
"lodash": "^4.17.11",
"phaser": "^3.17.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^1.0.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.7.0",
"webpack-merge": "^4.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hwpvanholsteijn/hhs_cyberbullying.git"
},
"keywords": [
"MIL",
"Cyberbullying",
"Teenagers",
"Education"
],
"author": "Hyeonwoo, Jeong; Van Holsteijn, Huub ([email protected])",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"homepage": "https://github.com/hwpvanholsteijn/hhs_cyberbullying#readme"
}