-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 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
{
"name": "cyscom-recruitment-portal",
"version": "1.0.0",
"description": "CYSCOM Recruitment Portal with React Enhancement",
"main": "index.html",
"scripts": {
"start": "npx http-server . -p 3000 -c-1 --cors",
"dev": "npm start",
"build": "echo 'Building for production...' && npm run optimize",
"optimize": "echo 'Optimizing React components...'",
"test": "npm run dev",
"serve": "npx http-server . -p 3000 -c-1 --cors",
"firebase:init": "firebase init",
"firebase:deploy": "firebase deploy"
},
"keywords": [
"react",
"recruitment",
"cybersecurity",
"cyscom",
"vit-chennai"
],
"author": "CYSCOM VIT Chennai",
"license": "MIT",
"devDependencies": {
"http-server": "^14.1.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"repository": {
"type": "git",
"url": "https://github.com/jain-rithik/Two-Good-Co.git"
},
"homepage": ".",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}