generated from melonjs/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 840 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
30
31
32
33
{
"name": "melonjs-typescript-boilerplate",
"version": "1.5.0",
"main": "src/index.ts",
"author": "Olivier Biot",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.8.4",
"@types/react-dom": "^18.2.15",
"sass": "^1.69.3",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-favicons-inject": "^2.2.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-static-copy": "^0.17.0"
},
"browserslist": "defaults",
"scripts": {
"dev": "tsc && vite dev",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@melonjs/debug-plugin": "^14.8.1",
"@mui/material": "^5.14.17",
"melonjs": "^15.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"type": "module"
}