-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 907 Bytes
/
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
{
"name": "html5-slot-machine",
"description": "Modern casino slot machine game using only plain JavaScript (Web Animations API)",
"version": "1.0.0",
"license": "MIT",
"author": "Johannes Kronmüller <hello@johakr.me> (https://johakr.me/)",
"repository": "johakr/html5-slot-machine",
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --mode development",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.4.0",
"html-webpack-plugin": "^5.3.2",
"husky": "^8.0.1",
"mini-css-extract-plugin": "^2.4.3",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"style-loader": "^3.2.1",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.3.1"
}
}