-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
55
56
57
58
59
{
"name": "MechaStarkRPG",
"version": "1.0.0",
"description": "",
"scripts": {
"init": "echo \"Configuración inicial del proyecto\"",
"start": "cross-env NODE_ENV=development webpack serve --config webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"test": "echo \"Script de prueba\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@emotion/babel-preset-css-prop": "^10.0.23",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/animejs": "^3.1.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/three": "^0.103.2",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.3",
"react-refresh": "^0.14.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@types/react-router": "^5.1.20",
"animejs": "^3.1.0",
"axios": "^1.4.0",
"dotenv-webpack": "^8.0.1",
"drei": "^0.0.54",
"easystarjs": "^0.4.3",
"fast-simplex-noise": "3.2.0",
"get-starknet": "^3.0.1",
"immer": "^6.0.3",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-router-dom": "5.2.0",
"react-three-fiber": "^4.2.8",
"socket.io-client": "^4.6.2",
"starknet": "^5.13.2",
"three": "^0.112.1",
"zustand": "^2.2.3"
}
}