forked from Technigo/js-project-recipe-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.91 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.91 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
{
"scripts": {
"start": "node facebook-tutorial/bin/www",
"test": "jest"
},
"dependencies": {
"@babel/helper-environment-visitor": "^7.24.7",
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-validator-identifier": "^7.27.1",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.28.4",
"@babel/standalone": "^7.28.4",
"@babel/traverse": "^7.28.4",
"bcrypt": "^6.0.0",
"connect-sqlite3": "^0.9.16",
"core-js": "^2.6.12",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"express-session": "^1.18.2",
"global": "^2.0.2",
"jsonwebtoken": "^9.0.2",
"localforage": "^1.10.0",
"match-sorter": "^8.1.0",
"moongoose": "^0.0.1",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"python": "^0.0.4",
"react-router-dom": "^7.9.1",
"sort-by": "^0.0.2",
"state": "^0.2.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/code-frame": "^7.27.1",
"@babel/compat-data": "^7.28.4",
"@babel/core": "^7.28.4",
"@babel/eslint-parser": "^7.28.4",
"@babel/eslint-plugin": "^7.27.1",
"@babel/generator": "^7.28.3",
"@babel/plugin-syntax-import-attributes": "^7.27.1",
"@babel/plugin-transform-arrow-functions": "^7.27.1",
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
"@babel/plugin-transform-explicit-resource-management": "^7.28.0",
"@babel/plugin-transform-json-modules": "^7.28.0",
"@babel/plugin-transform-regexp-modifiers": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-flow": "^7.27.1",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.28.3",
"@babel/template": "^7.27.2",
"@babel/types": "^7.28.4",
"@types/node": "^24.5.2",
"eslint": "^9.36.0",
"jest": "^30.1.3"
}
}