-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 948 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 948 Bytes
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
{
"name": "relaxslotgame",
"description": "Relax Slot Game",
"version": "1.0.0",
"main": "webpack.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"build": "webpack --mode development --config webpack.config.js",
"start": "webpack-dev-server --config webpack.config.js --hot"
},
"type": "module",
"devDependencies": {
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
},
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@pixi/spritesheet": "^7.2.4",
"@reduxjs/toolkit": "^1.9.5",
"babel": "^6.23.0",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"gsap": "^3.11.5",
"html-webpack-plugin": "^5.5.1",
"pixi": "^0.3.1",
"pixi.js": "^7.2.4",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-toolkit": "^1.1.2"
}
}