forked from Technigo/project-buzzfeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.57 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.57 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "project-buzzfeed-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "babel-node server.js",
"dev": "nodemon server.js --exec babel-node",
"test": "jest",
"build": "vite build"
},
"author": "Code-lab-web",
"license": "ISC",
"dependencies": {
"@babel/helper-environment-visitor": "^7.24.7",
"@babel/helper-module-imports": "^7.24.7",
"@babel/helper-validator-identifier": "^7.24.7",
"@babel/node": "^7.24.7",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.24.7",
"@babel/standalone": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"bcrypt": "^5.1.1",
"connect-sqlite3": "^0.9.15",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"global": "^2.0.2",
"jsonwebtoken": "^9.0.2",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"mongodb": "^6.6.2",
"mongoose": "^8.4.0",
"nodemon": "^3.1.2",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"python": "^0.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"sort-by": "^0.0.2",
"styled-components": "^6.1.11",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/code-frame": "^7.24.7",
"@babel/compat-data": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/eslint-plugin": "^7.24.7",
"@babel/generator": "^7.24.7",
"@babel/plugin-syntax-import-attributes": "^7.24.7",
"@babel/plugin-transform-arrow-functions": "^7.24.7",
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.24.7",
"@babel/plugin-transform-explicit-resource-management": "^7.24.7",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/plugin-transform-json-modules": "^7.24.7",
"@babel/plugin-transform-regexp-modifiers": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-flow": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.7",
"@babel/template": "^7.24.7",
"@babel/types": "^7.24.7",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^20.12.12",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"vite": "^6.3.6"
}
}