-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.4 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.4 KB
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
{
"name": "skincare-website",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weblab-class/ssong3200-erslaugh-gracec32.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/weblab-class/ssong3200-erslaugh-gracec32/issues"
},
"homepage": "https://github.com/weblab-class/ssong3200-erslaugh-gracec32#readme",
"engines": {
"node": ">=18.x"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"connect-ensure-login": "^0.1.1",
"core-js": "^3.8.1",
"dotenv": "^16.0.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"google-auth-library": "^6.1.3",
"levenshtein": "^1.0.5",
"mongodb": "^7.0.0",
"mongoose": "^7.8.8",
"nodemon": "^3.1.9",
"papaparse": "^5.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^5.2.0",
"vite-plugin-svgr": "^4.5.0"
}
}