-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.02 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "findmyway",
"version": "1.0.0",
"description": "A tech expo project , The goal of this web application is to provide information to disabled individuals to enchance there living conditions, including tips, jobs etc..",
"main": "app.js",
"scripts": {
"start:server": "nodemon -e js,ejs server.js",
"debug:ndb": "ndb server.js",
"tailwind:css": "tailwindcss -i public/stylesheets/tailwind.css -o public/stylesheets/style.css --watch",
"watch:js": "webpack --watch --config webpack.config.js",
"start": "concurrently --kill-others -c \"blue.bold,magenta.bold,green.bold\" \"npm run tailwind:css\" \"npm run watch:js \" \"npm run start:server\""
},
"author": "Harsh Parashar",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@tailwindcss/forms": "^0.5.7",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"ndb": "^1.1.5",
"tailwindcss": "^3.4.1",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"animejs": "^3.2.2",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"babel": "^6.23.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.1.5",
"flowbite": "^2.2.1",
"gsap": "^3.12.5",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.1.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.8",
"nodemon": "^3.0.3",
"postcss-cli": "^11.0.0",
"validator": "^13.11.0",
"xss-clean": "^0.1.4"
},
"engines": {
"node": ">=20.0.0"
}
}