-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.25 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
{
"name": "weblab-skeleton",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "https://github.com/weblab-workshops/skeleton.git"
},
"author": "",
"license": "ISC",
"homepage": "",
"engines": {
"node": ">=18.x"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.9",
"connect-ensure-login": "^0.1.1",
"core-js": "^3.8.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"font-awesome": "^4.7.0",
"google-auth-library": "^6.1.3",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
"mongoose": "^8.9.5",
"nodemon": "^3.1.9",
"phaser": "^3.87.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^6.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"url-loader": "^4.1.1",
"uuid": "^11.0.5"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.0.0",
"vite": "^4.0.0",
"vite-plugin-svgr": "^2.4.0"
}
}