forked from Technigo/js-project-business-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.08 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.08 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
{
"name": "my-package",
"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",
"cookie-parser": "^1.4.7",
"core-js": "^2.6.12",
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"express-session": "^1.18.2",
"global": "^2.0.2",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"localforage": "^1.10.0",
"match-sorter": "^8.1.0",
"moongoose": "^0.0.1",
"morgan": "^1.10.1",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"pluralize": "^8.0.0",
"python": "^0.0.4",
"react-router-dom": "^7.9.0",
"sort-by": "^0.0.2",
"sqlite3": "^5.1.7",
"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-transform-arrow-functions": "^7.27.1",
"@babel/plugin-transform-explicit-resource-management": "^7.28.0",
"@babel/plugin-transform-flow-strip-types": "^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",
"@eslint/js": "^9.31.0",
"@types/node": "^24.5.2",
"babel-preset-react": "^6.24.1",
"eslint": "^9.36.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.3.0",
"jest": "^30.1.3",
"ts-node": "^10.9.2",
"typescript-eslint": "^8.38.0"
},
"scripts": {
"test": "jest",
"build": "babel src -d lib",
"start": "node app.js"
}
}