forked from xviniette/FlappyLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 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
{
"name": "flappylearning",
"description": "Recreate of xviniette flappylearning into TypeScript with implementation of her Machine Learning",
"version": "0.4.4",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode production --devtool false",
"dev": "webpack --config webpack.config.js --mode development --devtool source-map --watch",
"start": "npm run dev",
"prettier-format": "prettier --config .prettierrc \"./src\" \"./types\" --write",
"prettier-format:md": "prettier --config .prettierrc \"./*.js\" --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jxmked/FlappyLearning.git"
},
"keywords": [
"canvas",
"2d-games",
"typescript",
"opensource",
"machine-learning"
],
"author": "Jovan De Guia",
"license": "MIT",
"bugs": {
"url": "https://github.com/jxmked/FlappyLearning/issues"
},
"homepage": "https://jxmked.github.io/FlappyLearning/",
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"@types/raf": "^3.4.0",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"ga4-webpack-plugin": "^1.0.0",
"html-webpack-plugin": "^5.5.0",
"interpolate-html-plugin": "^4.0.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.2",
"raf": "^3.4.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"ts-neuroevolution": "^2.0.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-pwa-manifest": "^4.3.0"
}
}